Hi,
First of all thanks for the module, it works great on Zencart and your instructions are very straightforward.
My issue is that I am running Joomla and Zencart together (both with SEO urls turned on) when I add the code you provided to the .htaccess file it makes my Joomla pages default to the shop.
My file structure is arranged as follows:
urbanfoodie.net
> subdomain.urbanfoodie.net
>> joomla folders
>> shop (zen cart folders)
So in the .htaccess file I have:
RewriteBase /shop/
which is the same as what is in my configure.php:
define('DIR_WS_CATALOG', '/shop/');
But, as I say, this is causing all the urls to add /shop/in front of them, including the Joomla pages.
I'm afraid I'm not very good with .htaccess files, but I'm sure there must be a way of coding it so that it only affects the files in the shop folder?
Your help is much appreciated.
Thanks!
Bookmarks