You are here:  » htaccess issues

Support Forum



htaccess issues

Submitted by wilkins on Mon, 2007-04-23 13:54 in

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

Submitted by support on Mon, 2007-04-23 13:58

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.