Mod write for sub sections

Discussion in 'Apache' started by sundaybrew, Aug 6, 2006.

  1. #1
    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:)
     
    sundaybrew, Aug 6, 2006 IP
  2. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #2
    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.
     
    Nintendo, Aug 7, 2006 IP
  3. sundaybrew

    sundaybrew Numerati

    Messages:
    7,294
    Likes Received:
    1,260
    Best Answers:
    0
    Trophy Points:
    560
    #3
    Thanx for the response, I wasnt going to use the same index actually different content,

    Maybe I should just use sub domains ......
     
    sundaybrew, Aug 7, 2006 IP