hi
We are loking to create multiple versions of the script on one site, however we do not want to use sub domains but folders on the site instead (ie domain.com/fashion) If we use the rewrite function will it still work or do we have to make a seperate one for each folder.
thanks
brent
Hi Brent,
rewrite works fine in sub-folders. You will need a separate .htaccess in each sub-folder, and edit the following line:
RewriteBase /subfolder/
(where the value of RewriteBase is identical to $config_baseHREF in config.php)
Cheers,
David.