To redirect a user from a particular IP address to another page on the same website, I'm trying :
But, it's not working ? ? Can anyone help please ?Code:RewriteEngine on RewriteCond %{REMOTE_ADDR} ^92\.53\.62\.24$ [OR] RewriteCond %{REMOTE_ADDR} ^24\.151\.467\.151$ RewriteRule ^(.*)$ http://www.websitename.com/folder/index.php [L]
Any help appreciated.
Saz



Reply With Quote
Bookmarks