![]() |
.htaccess
what do I put in my .htaccess file to redirect surfers coming from a certain IP or domain?
Thanks |
.htaccess - this works for me.
RewriteEngine on RewriteCond %{HTTP_REFERER} http://.*yahoo.com/.*$ [OR] RewriteCond %{HTTP_REFERER} http://.*sexy.yahoo.com/.*$ [OR] RewriteCond %{HTTP_REFERER} http://.*64.*.250/.*$ [OR] RewriteCond %{HTTP_REFERER} http://.*216.*.250/.*$ RewriteRule ^(.*)$ http://www.hotmail.com [R,L] |
All times are GMT -7. The time now is 10:56 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123