Thread
:
how to block traffic from one web site...
View Single Post
#
2
(
permalink
)
11-20-2009, 03:04 PM
pavan
Power Member
Join Date: Mar 2008
Posts: 673
Thanks: 45
Thanked 200 Times in 95 Posts
Reputation: 45
iTrader: (
16
)
Re: how to block traffic from one web site...
u can do it if u know php
I dnt have the exact code but
edit ur index file
and check the referer
if its = domain.com (that you want to block)
redirect it to google.com
somewhat like this
Code:
$referer = $_SERVER['domain.com'];
pavan
View Public Profile
Send a private message to pavan
Find all posts by pavan