Page 79 of 146 FirstFirst ... 2969777879808189129 ... LastLast
Results 781 to 790 of 1456
  1. #781
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    If you removed the category and product identifiers from the URL entirely, how would the index distinguish between categories, subcategories and products with the same name?
    Quote Originally Posted by Stenrique View Post
    I'm just wondering if anyone has encountered the following in their URL:

    mysite.com/gift-certificates-c-57
    mysite.com/gift-certificate-p-680

    apparently the letter "c" stands for category while "p" stands for product, and the numbers are their ID. Any advise on how to remove these trailing letter-number pair?

  2. #782
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Stenrique View Post
    Hi, I have installed both seo_urls_3.0.0-beta1.zip & SEO_fixes_for_3.0.0.b1.zip and my settings are:

    Code:
    Seo Urls Status  	On 
    301 Redirection Status 	On
    Page Base
    Default Extension
    Url Plugins 	Core: Manufacturer, Core: Advanced Search, Core: Product: Reviews: Info, Core: Product: Reviews: Write, Core: Advanced Search: Result, Core: Default: Skip SSL, Core: EZ Pages, Core: Category, Core: Default, Core: Product, Core: Default Skips, Core: Product: Reviews 	 
    Character Plugins 	Format: Strip Invalid, Format: Lowercase
    My .htaccess file is as follows:

    Code:
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    
    # Seo Urls version 3.x
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]
    
    # This will disallow google images to index all the images of your sites.
    # All your pages will still be indexed though
    RewriteCond %{HTTP_REFERER} ^http://images.google.com$ [NC] 
    RewriteRule !^403.htm$ - [F,L] 
    
    RewriteCond %{HTTP_REFERER} ^http://images.search.yahoo.com$ [NC] 
    RewriteRule !^403.htm$ - [F,L]
    I'm just wondering if anyone has encountered the following in their URL:

    mysite.com/gift-certificates-c-57
    mysite.com/gift-certificate-p-680

    apparently the letter "c" stands for category while "p" stands for product, and the numbers are their ID. Any advise on how to remove these trailing letter-number pair?
    That's standard behavior of the mod. You will also notice different letters for reviews, product image when enlarged, etc. IF this is the only issue you have with this mod, enjoy it! Some of us haven't been able to get this working without breaking.

  3. #783
    Join Date
    Apr 2005
    Posts
    392
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    That's standard behavior of the mod. You will also notice different letters for reviews, product image when enlarged, etc. IF this is the only issue you have with this mod, enjoy it! Some of us haven't been able to get this working without breaking.
    And there I was thinking that I have stuff up somehow. Will test further though. Thank you BlessIsaacola and Dreamscape, you guys rock.

  4. #784
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Stenrique View Post
    And there I was thinking that I have stuff up somehow. Will test further though. Thank you BlessIsaacola and Dreamscape, you guys rock.
    You're welcome! If you have SSL installed and you're using an extension i.e. .html for your generated url, you want to make sure you test all your payment options. Paypal Express Checkout is the only one that I am aware of that doesn't work.

  5. #785
    Join Date
    Jan 2006
    Location
    Kentwood, Louisiana, United States
    Posts
    117
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Asking once again:

    Does it work with EZ pages and where can I view a working site that is using it with the EZ pages and the lastest Zen Cart? I have this SEO mod installed but it doesn't seem to be working for my EZ pages. Is there something I am missing?

    EZ page...
    Portfolio - http://www.horse-logos.com/index.php...id=3&chapter=0

    Thanks!

  6. #786
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Works with EZ pages. See my hardware catalog -- note EZ-page links in the footer, e.g. About HardwareDog. ZC version 1.3.7.

    Suggestion: if your EZ-pages related problem isn't already addressed in the 3.0.0 beta1 bug tracker, definitely submit a bug report there.
    Quote Originally Posted by jonisolis View Post
    Does it work with EZ pages and where can I view a working site that is using it with the EZ pages and the lastest Zen Cart? I have this SEO mod installed but it doesn't seem to be working for my EZ pages.

  7. #787
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    It works fine with EZpages but I am yet to see a site where this works with Paypal Express Checkout when skip SSL pages is unchecked or checked and using any default extension but blank.

  8. #788
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Works Ok with paypal express for me, and ezpages:
    see here www.eshopone.co.uk
    Not got any issues I can tel yet.
    Rupert
    EshopOne Just being Zenned :)
    Mens Suits to follow....
    Ladies Suits to follow....
    Mods: Version 1.3.7 SEO URLs, Super orders; PFD Order Centre, Securetrading payment gateway;Big Royal Mail; Image handler; Zen Lightbox

  9. #789
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by Rupert View Post
    Works Ok with paypal express for me, and ezpages:
    see here www.eshopone.co.uk
    Not got any issues I can tel yet.
    Obviously, you did not read my whole post. You do not have default extension so it works. If you have a default extension like .html it doesn't work. If you try it with extension and it works please let us know. Thanks!

  10. #790
    Join Date
    Dec 2006
    Location
    Vermont
    Posts
    128
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by BlessIsaacola View Post
    Obviously, you did not read my whole post. You do not have default extension so it works. If you have a default extension like .html it doesn't work. If you try it with extension and it works please let us know. Thanks!
    I don't THINK I have Paypal express, but I DO have Paypal, and default (.html) extensions, and it's been working fine for me for a couple months now. (http://vtstuff.com) Skip SSL is CHECKED on mine.

    Not sure if that helps, or is totally irrelevant.

 

 

Similar Threads

  1. v151 with ultimate seo Url,how to change the ez-page url ?
    By whywell in forum General Questions
    Replies: 1
    Last Post: 17 Jan 2013, 09:12 AM
  2. Chemo's Ultimate SEO URL's and EZPages?
    By Doodlebuckets in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 5 Aug 2008, 08:36 PM
  3. Fix for Easy Populate Froogle with Chemo's Ultimate URL's
    By mccord42 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 8 Feb 2007, 04:06 PM
  4. Can NOT access Admin after installing Chemo's Ultimate URL's
    By hankliu in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 12 Dec 2006, 10:33 AM

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