Hi guys,
I currently have a site set up like so:
Main doc root (Portal page - index.php)
-> Directory 1 (mini site)
-> Directoy 2 (2nd mini site)
Now, I am wanting make each directory it’s own document root with .htaccess so that i can define it’s own rewrite rules etc …
Is this possible?
I have been using the following:
DocumentRoot /Users/ico_ftp/webroot/portalroot/directory_1
But it does’nt seem to be making a difference.
Is this the correct syntax (directive?) to be using?
Cheers,
Dave