Page 103 of 291 FirstFirst ... 35393101102103104105113153203 ... LastLast
Results 1,021 to 1,030 of 2907
  1. #1021
    Join Date
    Nov 2008
    Posts
    69
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I have check out the includes/html_ouput.php and compared the two files. All four of the modifications are in the correct place.

    The product index template has not been modified either.

  2. #1022
    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 jeskremer View Post
    I have check out the includes/html_ouput.php and compared the two files. All four of the modifications are in the correct place.

    The product index template has not been modified either.
    Please send me FTP and admin details for your site via this link and I'll take a quick look to see if I can see what is going wrong on your server.

    All the best...

    Conor
    ceon

  3. #1023
    Join Date
    Jan 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hi, Ceon, if I want to add a slash "/" at the end of the uri for any page on my site when AUTOGEN, how to?

    just like below:
    /about-us
    /about-us/

    tks!

  4. #1024
    Join Date
    Oct 2007
    Location
    Stow on the Wold, in the Cotswolds - England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Auto Generated Mapping - can I change the order?

    Quote Originally Posted by cotsweb View Post
    I have just installed ceon URI mapping on a new site and have found it excellent, a really nice piece of work, thanks very much.

    The automatic URI generation seems to work very well but it seems to always generate /category/product-name is it possible to change something so that it generates /manufacturer/product-name instead?

    I have had a search around this forum and in the configuration options for ceon but I can't find anything. I apologise if I am just being stupid and have missed the obvious answer.

    Thanks again
    Mark
    I missed an instant message (popup blocker) from this forum so I don't know if someone tried to reply to my enquiry. If someone has an answer please can you post it in the forum so I don't miss it again.
    Sorry to be difficult
    Mark
    [FONT="Verdana"]cotsweb.com[/FONT]

  5. #1025
    Join Date
    Aug 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Hello Conor,
    today I just Integrating Wordpress into my Zen Cart website,
    and now I want to do url rewrite for this blog, how can I do that?
    it seems that there is no rewrite rule for blog
    Regards,
    Alan

  6. #1026
    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 ed20 View Post
    Hi, Ceon, if I want to add a slash "/" at the end of the uri for any page on my site when AUTOGEN, how to?

    just like below:
    /about-us
    /about-us/

    tks!
    It doesn't do that. You'd have to modify the autogeneration function to have it add it.

    The file this is in is

    admin\includes\functions\extra_functions\ceon_uri_mapping.php

    A simple way would be to change line 948 to

    PHP Code:
    return $uri . (substr($uri, -1) != '/' '/' ''); 
    You'll have to make this change each time you upgrade the module.

    All the best..

    Conor
    ceon

  7. #1027
    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 alan145 View Post
    Hello Conor,
    today I just Integrating Wordpress into my Zen Cart website,
    and now I want to do url rewrite for this blog, how can I do that?
    If you mean that you want to exclude "/wordpress" or something from being rewritten and handled by Zen Cart then you should read the configuration documentation and FAQs that come with the module. Quick repost of the exclusion command:

    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel.* [NC]

    If you want to rewrite the blog URIs then you should ask someone who knows about wordpress.

    All the best...

    Conor
    ceon

  8. #1028
    Join Date
    Jan 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    It doesn't do that. You'd have to modify the autogeneration function to have it add it.

    The file this is in is

    admin\includes\functions\extra_functions\ceon_uri_mapping.php

    A simple way would be to change line 948 to

    PHP Code:
    return $uri . (substr($uri, -1) != '/' '/' ''); 
    You'll have to make this change each time you upgrade the module.

    All the best..

    Conor
    ceon

    Thank you Conor for you quickly help, and another question, if I'd prefer to show ".html" at the end of URI, how to? for example,

    /about-us
    to:
    /about-us.html

    thanks!

  9. #1029
    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 ed20 View Post
    Thank you Conor for you quickly help, and another question, if I'd prefer to show ".html" at the end of URI, how to? for example,

    /about-us
    to:
    /about-us.html

    thanks!
    You shouldn't use .html at the end of URIs.. you can read more about why not by searching against "URIs" and "Tim Berners Lee".

    You asked to have '/' at the end of URIs for autogenerated URIs.. are you then planning on using a different format for EZ-Pages? That's a strange idea/duality.

    You have to manually enter the URIs with .html on the end.

    You also will then have to adjust your rewrite rule to allow rewriting of .html extensions.. you can find out more about that by reading the documentation and FAQs.

    ALl the best...

    Conor
    ceon

  10. #1030
    Join Date
    Jun 2007
    Location
    Orange County
    Posts
    55
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    For Canonical purposes, how would I echo the product URL without any zenid or sort parameters?

 

 

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