hi conor

successfully installed ceon uri but have tried a lot but ceon uri are generated but all links give http 404 error mod_rewrite is enabled on apache and my .htacess file looks like

RewriteEngine On

# ONLY rewrite URIs beginning with /zen/
RewriteCond %{REQUEST_URI} ^/zen/ [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} !^/zen/admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/zen/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]

however when i disable ceon uri it works fine
i doubt can i ever get it working tried searching the forum
on similar problem but all efforts in vain

can you please help me in this regard