www.domain.com/ to www.domain.com/dir/

Discussion in 'Apache' started by sejunction, Sep 14, 2006.

  1. #1
    sejunction, Sep 14, 2006 IP
  2. vishwaa

    vishwaa Well-Known Member

    Messages:
    271
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #2
    Options +Indexes
    Options +FollowSymLinks
    RewriteEngine on
    RewriteBase /

    RewriteRule ^test\.html$ http://www.domain.com/dir/test.html [R=permanent,L]
     
    vishwaa, Sep 21, 2006 IP