Hi there
I am just testing a build for 1.3.9h before migrating some sites.
The url is http://www.klasicke-kristalove-lustry.cz/
Unfortunately when you login from the home page then it returns a 404 error!!. This does not happen when I turn off the CEON url rewrite!!
Any idea what the problem is?
This is the htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^klasicke-kristalove-lustry.cz [NC]
RewriteRule ^(.*)$ http://www.klasicke-kristalove-lustry.cz/$1 [L,R=301]
# 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} !^/piperoom [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]
many thanks
Paul
Bookmarks