Modrewrite problem

Discussion in 'Site & Server Administration' started by wizzard, Aug 16, 2006.

  1. #1
    Hi,

    I have something that is not working via modrewrite

    RewriteCond %{HTTP_HOST} ^www.vakantiebegin.be
    RewriteRule ^country_belgium\.html$ /country.php?id=belgium [L]

    Does anyone knows whats wrong?
     
    wizzard, Aug 16, 2006 IP
  2. Nintendo

    Nintendo ♬ King of da Wackos ♬

    Messages:
    12,890
    Likes Received:
    1,064
    Best Answers:
    0
    Trophy Points:
    430
    #2
    Options +Indexes
    Options +FollowSymlinks
    RewriteEngine on
    RewriteBase /
    RewriteRule ^country_belgium\.html$ country.php?id=belgium [L]
     
    Nintendo, Aug 16, 2006 IP
  3. wizzard

    wizzard Peon

    Messages:
    160
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks it works :)
     
    wizzard, Aug 17, 2006 IP