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
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.
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 ?
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 :clap::clap::clap::clap:
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
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
TamyA
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.
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
Re: Chemo's Ultimate URL's
Quote:
Originally Posted by
motti
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?
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.
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?