I just installed this and now my website doesn't work!!
How do I fix this?
Printable View
I just installed this and now my website doesn't work!!
How do I fix this?
Try carefully re-reading the instructions. Especially the part about the .htaccess file.
I just added the following to my .htaccess file and it still doesn't work. Is ther eanything else I need to change?
RewriteEngine On
# Don't rewrite any URIs ending with a file extension (ending with .[xxxx])
RewriteCond %{REQUEST_URI} !\.[a-zA-Z]{2,4}$
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin.* [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors.* [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel.* [NC]
RewriteCond %{REQUEST_URI} !/frontend.* [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) index.php?%{QUERY_STRING} [L]
What is the url to your shop?
When spider testing my site some of the links ex: and ezpages show zenid: followed by a bunch of characters. I cant seem to get those to change to just say /contact-us what might I be doing wrong.
thx in advance
did you click on admin > modules > Ceon... to activate it?
Also, you have to go to each of your products and set up mapping. it doesn't just appear automagically.
automagically lol....
Yes I have gone into each product checked the box for the rewrite however it doesnt seem to do it on any of the "ezpages"
It seems to work fine on the product pages.
I'm already using CEON URI Mapping module for my zencart. But now i want to modify it like:
http://solutioninn.com/Physics/product_id
instead of
http://solutioninn.com/Physics/Product_Title
Please help me with this modification part.