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?
Options +Indexes Options +FollowSymlinks RewriteEngine on RewriteBase / RewriteRule ^country_belgium\.html$ country.php?id=belgium [L]