Page 104 of 146 FirstFirst ... 45494102103104105106114 ... LastLast
Results 1,031 to 1,040 of 1456
  1. #1031
    Join Date
    Jun 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi All

    Merlinpa


    The problem is that if the SSL box is not ticked, my checkout will not work, I have had a look into patch for paypal but with 12 new files to install and some looking like they had the same name looks a little daunting for a zen cart newbie like me.Not sure what to do, also I noticed even with the mod off on paypal there is no details of the item titles.

    Magpie

  2. #1032
    Join Date
    Feb 2007
    Posts
    284
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I am getting 404 page not found, i am using the beta version on 1.3.7 Zen Cart.

    If my host does not support mod rewrite does the .htaccess over write that setting? in another way, if i have .htaccess then it does not mater if the server RewriteEngine or mod rewrite is off or on? Thanks for you help.

  3. #1033
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hello everyone,

    i installed the Ultimate_SEO_URLs_v2.105 version, everything went well. mainpage is viewing without a problem but when i click on a link of a product or other link i get a "page not found 404" error.

    the links are correct transformed
    example: http://www.laptop-onlineshop.be/targ...lon-p-868.html

    I tried it on 2 diferent servers, both have the same problem. can someone help ?

  4. #1034
    Join Date
    Jul 2007
    Posts
    2
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    I found the problem already. it was in my htaccess file, here are my changes:

    ##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

    # Options +FollowSymLinks << I disabled this because else i get a Internal Server Error
    RewriteEngine On
    RewriteBase / << if i set here my path it wont work, just / is enough

    # From Ultimate SEO URLs
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]


    Finally i got it to work after 3 days

  5. #1035
    Join Date
    Feb 2007
    Location
    Los Angeles
    Posts
    359
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi

    Can some one please summery this please, or direct me to the where or what is the final thought on this mod.
    The are 100s pages in few Threads some say it not good for Google as it will make you loose ranking, also I see the are different version of this mod, which one will suit my Zen cart, I use Zen 1.3.7

    P.S when I refresh my page I get better looking url, is that normal ?
    Thank you

  6. #1036
    Join Date
    Feb 2007
    Posts
    284
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by TamyA View Post
    I am getting 404 page not found, i am using the beta version on 1.3.7 Zen Cart.

    If my host does not support mod rewrite does the .htaccess over write that setting? in another way, if i have .htaccess then it does not mater if the server RewriteEngine or mod rewrite is off or on? Thanks for you help.
    Ok maybe understanding the basics for me will be a big help.

    I contacted my host about mod rewrite and i was told that my server is Windows not Linux, so my question is

    Can this be used on Windows IIS server? do i need the .htaccess for windows or Linux or both?

    and the question of the day why i am getting 404.

    PS. I was not going to install this untill i saw a post for Merlinpa1969 saying it works, and she was giving help and support on this, so Merlinpa1969 please help.

  7. #1037
    Join Date
    Jun 2007
    Posts
    39
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    HI

    With the seo url mod on my returning customers log in their account then get taken to my host website after clicking log in, which always happens when I have a problem with this mod, this is using the Seo Urls 3.0.0-beta1

    Thanks

  8. #1038
    Join Date
    May 2007
    Posts
    76
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Quote Originally Posted by motti View Post
    Hi

    Can some one please summery this please, or direct me to the where or what is the final thought on this mod.
    The are 100s pages in few Threads some say it not good for Google as it will make you loose ranking, also I see the are different version of this mod, which one will suit my Zen cart, I use Zen 1.3.7

    P.S when I refresh my page I get better looking url, is that normal ?
    Thank you
    I am about to do this, but share your feelings, I don't want to do it if its not worth it, I just got on Google today so I don't wanna lose it now.

    Why should or should I not use SEO urls?

  9. #1039
    Join Date
    Aug 2007
    Posts
    6
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    Hi all,

    I am new for zen cart and the SEO URL.
    I used the zen cart version 1.3.6, and SEO URL beta1.

    This SEO URL does helped me get the seo url for the site. That is good, and thanks about that. However, the shopping cart is not working with the beautiful seo url now.

    Does anyone know how to fix this problem, and make the shopping cart working with seo url ?

    If the shopping cart is not working, i think the seo url will be useless for us.

    Maybe I missed some simple thing, can I have some suggestions?

    Cheers.

  10. #1040
    Join Date
    Jul 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Chemo's Ultimate URL's

    What problem are you having with the shopping cart?

    When a user adds an item does it just say your shopping cart is empty?

 

 

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