you should just remove the /shop/ part if your site is located in the root (example: www.yoursite.com = root , but if you have it some located in a folder like shop or catalog then put /shop or /catalog
you should just remove the /shop/ part if your site is located in the root (example: www.yoursite.com = root , but if you have it some located in a folder like shop or catalog then put /shop or /catalog
I see ... it's in the root ... so I just leave how exactly?
RewriteBase
or
RewriteBase /
or delete that line? I guess it's RewriteBase /
, as in this forum thread:
http://www.zen-cart.com/forum/showth...=21801&page=31
but please confirm.
Also, another question: I downloaded Ultimate_SEO_URLs_v2.103 for my Zen Cart version 1.3.7 (the current one) from here:
http://www.zen-cart.com/index.php?ma...roducts_id=231
I see a folder called: _zen_cart_folder
Here http://www.dream-scape.com/pub/zenca...s/install.html
it says:
" 1. Copy files from `_zen_cart_folder` to your Zen Cart install "
My question is (just to have things clear, with no confusion):
e.g. I upload the file from _zen_cart_folder , from includes/extra_datafiles/seo.php exactly to includes/extra_datafiles/ where there are other files now, right? And the same for the others, is this correct?
Thanks for your help!
By the way, where exactly do I upload the .htaccess file?
Oops, I see your reply now ... So, I should either use v1.3.5 or give up to Ultimate SEO until a verified version for v1.3.7 is released?
There are a number of issues in v1.3.5 ... you really want to upgrade to v1.3.7 ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Yes, problem solved after I got this:
1054 Unknown column 'c.parent_id' in 'on clause'
in:
[SELECT c.categories_id as id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName FROM zh_categories c, zh_categories_description cd LEFT JOIN zh_categories_description cd2 ON c.parent_id=cd2.categories_id AND cd2.language_id='2' WHERE c.categories_id=cd.categories_id AND cd.language_id='2']
I made the replacement mentioned by macson here:
http://www.zen-cart.com/forum/showthread.php?p=205848
and now things are great :)
I've seen a couple people with the same problem but there didn't seem to be an answer given.
I use Ultimate SEO on my website which is running v1.3.6 and it has worked wonderfully. Since v1.3.7 came out, I figure I'd take the time and upgrade while doing some template updates to the site as well.
However, when running through the instructions and copying all the files as instructed before (this is a fresh install as well) I received a server error 500 message upon loading the site and in trying to access anything else like the admin.
Is this a problem with v1.3.7 or is there some underlying step I missed that might not have been in the instructions? I know the files in the package also contained updates for v1.3.5, but I figured v1.3.7 would work as well.
If anyone can offer some insight on this I'd appreciate it.
Chris