Hi Conor, I just installed Ceon URI Mapping & I updated the URI mapping for all my categories & products; The problem is that it worked fine for the categoties but not for my products; When I click any product on the web site it brings up a white page for that product without any graphics (looks like a text only page);
I'm affraid that it have somthing with the htaccess file; I have it uploaded to /public_html/.htaccess, & here is the file
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]
Did I do anything wrong?
Again my problem is only with products not with categories
Bookmarks