Page 250 of 291 FirstFirst ... 150200240248249250251252260 ... LastLast
Results 2,491 to 2,500 of 2907
  1. #2491
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Guys,
    I am planning to use this tool for my Meta Data. Just wondering do I still need to insert the default zen cart meta data for each product or will this tool do all this for me?
    Thanks in advance

  2. #2492
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by rebelman View Post
    I am planning to use this tool for my Meta Data. Just wondering do I still need to insert the default zen cart meta data for each product or will this tool do all this for me?
    Thanks in advance
    This has nothing to do with the meta data. You'll still have to enter it for each product.

    All the best..

    Conor
    ceon

  3. #2493
    Join Date
    Aug 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    Thanks for the quick reply.

    Quote Originally Posted by conor View Post
    You don't "back up a site to localhost".. your "localhost" site is another site.. i
    Sorry for the incorrect terminology. I copy my zencart files from a live site onto the localhost, and I import the database from the livesite to the localhost, which should give an exact copy of my live site on my localhost.

    I have tried to reinstall the CEON module on localhost, but still only the front page appears. When I look for a product I get the 404 error. If I include the .htaccess file localhost cannot even find the front page.

    I appreciate that this is not an error with the CEON module, but it seems strange that I have 2 websites on localhost with the CEON module but only one works correctly.

    I know very little about using WAMP. Is it possible to have 2 websites on it each with an .htaccess file, or are they conflicting?

  4. #2494
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by Ousel View Post
    Sorry for the incorrect terminology. I copy my zencart files from a live site onto the localhost, and I import the database from the livesite to the localhost, which should give an exact copy of my live site on my localhost.
    Yes, we do the same, it's how we rollout websites from our development machine to our live server. We actually use a shared subversion repository so it is the "backup" and both the local and live instances of the websites are working copies checked out from this repository. Very handy way to work!

    There are always some differences though, like the paths in the configure.php files etc. so we don't consider one a backup of another, we have local config files which apply only for the server/site in question.

    You have to be careful in such a situation that the server encvironment is similar enough that you don't need to customise any more files per site (the configure files should be the only files that need changing, along with the session write directory value in eh configuration table).

    Quote Originally Posted by Ousel View Post
    I know very little about using WAMP. Is it possible to have 2 websites on it each with an .htaccess file, or are they conflicting?
    When you say WAMP, did you install Apache, PHP etc. yourself?

    Check that the VirtualHost configs for the two local sites are the same.. you may have enabled overrides in one (AllowOverides) but not in the other, meaning the .htaccess file won't work in one.

    Hope that helps.

    All the best..

    Conor
    ceon

  5. #2495
    Join Date
    Dec 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    I searched the templates folder and can see that the following:

    PHP Code:
    zen_draw_hidden_field('main_page' 
    is in the files

    /includes/templates/template_default/templates/tpl_advanced_search_default.php
    /includes/templates/template_default/templates/tpl_gv_faq_default.php
    /includes/templates/template_default/templates/tpl_index_product_list.php
    /includes/templates/template_default/templates/tpl_modules_listing_display_order.php

    Hope that helps.

    All the best..

    Conor
    ceon
    Thank you so much, it was the line in /includes/templates/template_default/templates/tpl_advanced_search_default.php which needed removing to get to what I wanted.

    Many thanks for your help !!

  6. #2496
    Join Date
    Aug 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi Conor,

    Quote Originally Posted by conor View Post
    When you say WAMP, did you install Apache, PHP etc. yourself?

    Check that the VirtualHost configs for the two local sites are the same.. you may have enabled overrides in one (AllowOverides) but not in the other, meaning the .htaccess file won't work in one.
    ceon
    Yes, I installed it as per the setup instructions.

    I have changed the apache2.2/Conf/httpd.conf file to AllowOverride All but it makes no difference.

    The config files in includes and admin/includes for the two sites appear identical, but neither have an AllowOverride line.

    Would it make a difference if the ReWrite rule was in the VirtualHost Directive? If so, how do I do that? I haven't found instructions on the forum or on other websites. I think it must be that obvious that no-one explains it, but I'm afraid I don't know.

    Thanks for your help so far.

  7. #2497
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by Ousel View Post
    Yes, I installed it as per the setup instructions.
    No, that's not what I asked. It sounds like you haven't installed the software separately, downloading each piece of software from their individual sites. That's the setup I'm familiar with, it sounds like you have downloaded some installer which takes shortcuts. This may be what is wrong, it might only support hosting one site.

    Quote Originally Posted by Ousel View Post
    Would it make a difference if the ReWrite rule was in the VirtualHost Directive? If so, how do I do that? I haven't found instructions on the forum or on other websites. I think it must be that obvious that no-one explains it, but I'm afraid I don't know.
    I don't know, it might. I prefer to have the rule in a VirtualHost directive and to disable overrides as it gives better server performance.

    To put a rewriterule in a virtualhost directive just put in inside the directive instead of a .htaccess file. You'll need to make sure the path for the rule starts with a slash instead of index.php (/index.php).

    Quote Originally Posted by Ousel View Post
    Thanks for your help so far.
    I hope you don't mind but, except for posting whether you got things working or not I'd rather you didn't post back on this thread, as this problem isn't to do with the module but your configuration of your desktop.. if you require further help please start a new thread.

    Have a nice weekend.

    All the best..

    Conor
    ceon

  8. #2498
    Join Date
    Mar 2010
    Location
    UK
    Posts
    445
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by buildingblocks View Post
    Thank you countrycharm!! The second one worked minus one line.
    That line was

    RewriteRule ^(.*)$ http://www.your.com/$1 [R=301,L]
    and has completely broken the intended functionality of the code.

  9. #2499
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by g1smd View Post
    That line was



    and has completely broken the intended functionality of the code.
    .htaccess examples Conor and I or anybody else provides are just that examples. Any .htaccess has to be modified to work depending on what type of server you are running. All servers are not the same therefore if one .htaccess file works for one person it may not necessary work for another person.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  10. #2500
    Join Date
    Mar 2010
    Location
    UK
    Posts
    445
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Look again at what was deleted and the context.

    The internal rewrite now only works when the hostname is non-www.

    Requesting any part of the site at www probably now results in a 404 error message.
    Online since 1995.

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR