Page 121 of 291 FirstFirst ... 2171111119120121122123131171221 ... LastLast
Results 1,201 to 1,210 of 2907
  1. #1201
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    THanks for the quick reply.

    So I gather that the VirtualHost directive is not an htaccess file??

    I have never used Apache to do anything with my site.
    I will consider moving my site but until then I am keen to try and work this out.

    Is VirtualHost part of Apache to your knowledge and how do I access it.

    Sorry to be so dense!

    Cheers

  2. #1202
    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 thevagr1 View Post
    So I gather that the VirtualHost directive is not an htaccess file??
    No, it is the bit of code in your Apache .conf file(s) which sets up the hosting settings for a site.

    Quote Originally Posted by thevagr1 View Post
    I have never used Apache to do anything with my site.
    I will consider moving my site but until then I am keen to try and work this out.

    Is VirtualHost part of Apache to your knowledge and how do I access it.
    To change the contents of a VirtualHost directive you have to edit the .conf file for Apache. You have two options.. you can either edit that file and enable .htaccess support in it or you can edit it and add the rewrite rule directly in your site's VirtualHost directive.

    I realise that you are just learning and am glad to see your enthusiasm for trying things out yourself but I hope you can understand that I can't provide you with any further support on this issue as this thread is about getting the URI Mapping module to work and it isn't appropriate to teach the workings of the Apache webserver here.

    If you're still having problems then please search the internet for a guide to Apache or start a new thread with some specific questions on configuring Apache and hopefully you'll get the information you need!

    (Or, as I said, simply move hosts if your hoset doesn't let you configure Apache as desired).

    All the best..

    Conor
    ceon

  3. #1203
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Thanks for the quick reply Conor.

    I am thinking of moving hosts but cant do it right away.

    So I gather that htaccess files are different to VirtualHost.

    Are able to put me in in the right direction as to How to edit this and re-write it?? I have never used Apache so am not sure what to do or where to start.

    Also do I need to change every htaccess file or just the one in the root folder?

    Thanks so much

  4. #1204
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    46
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Sorry about the double up !!!!! Cancel that one

  5. #1205
    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 thevagr1 View Post
    Also do I need to change every htaccess file or just the one in the root folder?
    If you can access it, just the one in the root folder. Its "directives" will then apply for all subdirectories.

    All the best..

    Conor
    ceon

  6. #1206
    Join Date
    Dec 2009
    Posts
    33
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I am getting some pages indexed twice, one with just the mapped URL and then the other is the same URL but with stuff like "?&page=1&sort=2d" at the end? This was brought to my attention from google webmaster tools. Also getting some duplicate meta titles and description but not sure if that is related to this module.

  7. #1207
    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 whatisthat456 View Post
    I am getting some pages indexed twice, one with just the mapped URL and then the other is the same URL but with stuff like "?&page=1&sort=2d" at the end?
    They are sorting/paging parameters added by Zen Carrt. They are necessary and cannot be avoided. You have to just ignore the fact that they are used. Search engines know that sites use multiple pages and should deal with it.

    Quote Originally Posted by whatisthat456 View Post
    This was brought to my attention from google webmaster tools. Also getting some duplicate meta titles and description but not sure if that is related to this module.
    That's not something the module deals with so I'm afraid youy'll have to look elsewhere for a solution to that problem!

    All the best..

    Conor
    ceon

  8. #1208
    Join Date
    Sep 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    just installed URI_mapping 3.2.4 and I get an error when I try to use the module.

    Warning: main(/home/shastabc/public_html/store/includes/extra_datafiles/ceon_uri_mapping_config.php) [function.main]: failed to open stream: No such file or directory in /home/shastabc/public_html/store/316BackDoor/ceon_uri_mapping_config.php on line 31

    Fatal error: main() [function.require]: Failed opening required '/home/shastabc/public_html/store/includes/extra_datafiles/ceon_uri_mapping_config.php' (include_path='.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /home/shastabc/public_html/store/316BackDoor/ceon_uri_mapping_config.php on line 31

    I am using Zen Cart 1.3.8a upgrade from 1.7
    the only add on's I'm using are, google base feeder Config & Products & Attributes Stock

    Probably something simple, as I'm a not much of a programmer.
    http://shastabasecamp.com/store/

    thanx, iaN

  9. #1209
    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 alpineaddict View Post
    Warning: main(/home/shastabc/public_html/store/includes/extra_datafiles/ceon_uri_mapping_config.php)
    You haven't uploaded all the files.

    At least one, includes/extra_datafile/ceon_uri_mapping_config.php is missing..

    Follow the installation instructions from the start again and hopefully you'll get it right this time!

    All the best...

    Conor
    ceon

  10. #1210
    Join Date
    Sep 2007
    Posts
    3
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Yikes!!! Checked installation it looked complete, reinstalled anyway and now I,m unable to get into admin,

    Fatal error: Call to undefined function: zen_catalog_href_link() in /home/shastabc/public_html/store/316BackDoor/includes/header.php on line 230


    checked header.php file it appears to be intact and unchanged from the installation date.


    Thanks for you reply but, what next?

 

 

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