Hi,

Originally Posted by
doug949
Conor, great contribution! I installed it and it works very well.
Thanks, I'm glad you like it!

Originally Posted by
doug949
Needless to say, my problem seems to be in the htaccess file. I've searched the web trying to find a solution; but have had no luck.
Did you look at the FAQs in the docs? :)
"The module is blocking access to part of the site (e.g. the site's control panel)!"
This links to the section you need:
"Adding exceptions to the rule to prevent particular addresses (e.g. Control Panels etc.) being handled by Zen Cart"
Basically, you should add the following to your .htaccess file:
Code:
# Don't rewrite mynewsite's directory
RewriteCond %{REQUEST_URI} !/mynewsite.* [NC]
before the actual Rule declaration:
Code:
# Handle all other URIs using Zen Cart (index.php)
RewriteRule (.*) index.php?%{QUERY_STRING} [L]
Enjoy the rest of your weekend.
All the best...
Conor
ceon
Bookmarks