I am running an index.php on a plesk panel Now lets say the main site is on www.domain.com I would like to set up another index.php (or mini site ) on domain.com/keyword How is this possible , Thanx in advance
If you make the same index page for every keyword, that'll be the easiest way to get banned from duplicate content. Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^([^.]+)/$ index.php [L] domain.com/keyword/ and it'll mess up any directories.
Thanx for the response, I wasnt going to use the same index actually different content, Maybe I should just use sub domains ......