Help: mod_rewrite!

Discussion in 'Apache' started by fr600, Apr 1, 2007.

  1. #1
    Hi,

    I want to redirect visitors to
    if they visit
    instead of
    Is it possible to do it with htaccess?
     
    fr600, Apr 1, 2007 IP
  2. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #2
    Nintendo, Apr 2, 2007 IP
  3. fr600

    fr600 Member

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #3
    fr600, Apr 2, 2007 IP
  4. rodney88

    rodney88 Guest

    Messages:
    480
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    0
    #4
    domain.com/images/.htaccess
    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^$ http://www.domain.com/notice.html [R,L]
    Code (markup):
     
    rodney88, Apr 2, 2007 IP
  5. fr600

    fr600 Member

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    38
    #5
    Thanks a lot man.
     
    fr600, Apr 2, 2007 IP