![]() |
How do I redirect traffic from 1 site thats sending it?
I want to redirect all incoming traffic from a specific site but cant find any tutorials. Is there a simple code or something to place in my .htaccess file or something similar?
|
RewriteCond %{HTTP_REFERER} ^http://([a-z0-9-]+\.)*shitsite.com/.*$ [NC]
ReWriteRule .* http://www.redirect.com [R,L] This will cover the domain and any sub-domains |
thanks alot, gonna try this tommorow.
you got the shitsite right too |
Quote:
|
Quote:
|
Heres an example from my .htaccess file on one of my sites.
Code:
RewriteEngine on |
All times are GMT -7. The time now is 02:56 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123