View Single Post
  #7 (permalink)  
Old 11-20-2009, 07:54 PM
AlphaTwin AlphaTwin is offline
Registered Member
 
Join Date: Jun 2009
Posts: 67
Thanks: 1
Thanked 31 Times in 19 Posts
Reputation: 11
iTrader: (1)
Default Re: how to block traffic from one web site...

Quote:
Originally Posted by kkvsam View Post
I have blogger site
On Blogger you can't enter custom PHP code.
But you can include the following javascript in the Template:

Code:
 
<script>
if   (document.referrer = "http://badpage.com") location.href = "http://www.google.com"; 
</script>
Reply With Quote