Consolidation Loans - Flights - BabbFest - MPAA - Magazine Subscriptions

PDA

View Full Version : Mod write for sub sections


sundaybrew
Aug 6th 2006, 3:16 am
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:)

Nintendo
Aug 7th 2006, 12:15 am
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.

sundaybrew
Aug 7th 2006, 1:00 am
Thanx for the response, I wasnt going to use the same index actually different content,

Maybe I should just use sub domains ......