Hi Conor & you all :wink:
I'm having problems with this mod in the db (ceon_uri_mappings table) I can see that it generates mapings for cat/prod I edited. But on the website links are still zenCart standard plus standard links are not working I get 404 erorr :frusty:
I'm on 1.3.9h and I'v used 1.3.9d for merging (WinMerge) with my store files (ImageHandler v2.0 , ZenLightBox v1.6.2 , EasyPopulate_v1.2.5.6 & include_and_exclude_tax_in_prices_nettgross_1-23a adds instaled before)
.htaccess file is as folows
Options +FollowSymLinks
RewriteEngine On
ONLY rewrite URIs beginning with /test/
RewriteCond %{REQUEST_URI} ^/test/ [NC]
Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/test/MyAdminFolder [NC]
Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/test/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 .* /test/index.php?%{QUERY_STRING} [L]
appreciate any help :cry:
Jacob