Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2008
    Posts
    32
    Plugin Contributions
    0

    Default Checkout by Amazon + Ultimate SEO URLs

    Zen-Cart 1.3.9 h

    Customers checking out using Checkout by Amazon 1.0 upon "placing order" on amazon are redirected to:

    Code:
    www.oursite.com/checkout_by_amazon.php?string...
    Ultimate SEO is adding .html after .php which goes to page not found.

    example:
    Code:
    https://www.site.com/checkout_by_amazon.php.html?action=ResetCart&amznPmtsOrderIds=xxxxxxx&amznPmtsReqId=cartId%3A49014&amznPageSource=CartPage&showAmznPmtsTYPopup=1&merchName=ACMElectronics&amznPmtsYALink=https%3A%2F%2Fpayments.amazon.com%2Fsdui%2Fsdui%2Foverview
    If i remove .html the URL works correctly.
    I am not good with mod rewrites, so any advice is appreciated.
    Here is my suspect:

    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Checkout by Amazon + Ultimate SEO URLs

    All SEO URL rewriters serve no useful purpose, and in truth have not the slightest effect on your SEO.

    As you have discovered, they tend to create more problems than they claim to resolve.

    Remove the module... you don't need it at all.
    20 years a Zencart User

  3. #3
    Join Date
    Aug 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: Checkout by Amazon + Ultimate SEO URLs

    I agree regarding the SEO, however the main purpose of this module was to shorten URL's we email to clients.
    Occasionally URLS to products will get broken up because the string is too long.
    Also it is more aesthetically pleasing.

    Really, i think i am looking for a RewriteCond that would make the URL (www.site.com/checkout_by_amazon.php?stirng...) exempt from any rewrite rules.

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Checkout by Amazon + Ultimate SEO URLs

    CEON URI module is what you should be using then... It is designed to achieve the purpose you intend.
    20 years a Zencart User

 

 

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. 1.3.8 Multilingual URLs with Ultimate SEO URLs?
    By vko82 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Aug 2011, 01:07 PM
  3. Remove URL Rewriting from Checkout Page - Ultimate SEO URLs
    By NewbietoEC in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 18 Aug 2010, 02:51 PM
  4. Ultimate SEO URLs is messing with my admin URLs
    By Chrome Orange in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Jul 2009, 01:13 PM
  5. Ultimate SEO URLs and iDevAffiliate SEO Links
    By paintballmountain in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Sep 2008, 05:18 PM

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