Hi, I want to redirect all the my traffic on a certain domain to a different website (for example [
redirect.com...] ). However, one ip-range I want to redirect to another website (for example disneyland.com)
This is what I have got so far:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?mysite.com [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) [
redirect.com...] [L,R=301]
How do i make the exception that a certain ip-address (let's say 178.85.125.157) will be redirected to disneyland.com?