When a visitor is browsing to "springintveld.nl" he must be redirected to this specific page: "kindcentrumschalkhaar.nl/peuteropvang"
So I have added this code in "Custom .htaccess rules at the bottom of the file" of the htaccess-maker:
<IfModule mod_rewrite.c> RewriteCond %{HTTP_HOST} ^springintveld.nl$ [OR] RewriteCond %{HTTP_HOST} ^www.springintveld.nl$ RewriteRule ^/?$ “http://www.kindcentrumschalkhaar.nl/peuteropvang” [R=301,L] </IfModule>
But the visitor is redirected to the mainpage of kindcentrumschalkhaar.nl
Can you help to add the correct redirect of can you explain me why AdminTools doesn't redirect as I wish it does?
FYI: My hoster answered me, that there is so many code in the htaccess file that it should be possible that an other code in that file is overruling the new redirect.
Wouter (WoodyF4u)