View Single Post
  #9 (permalink)  
Old 11-21-2009, 05:03 AM
kkvsam's Avatar
kkvsam kkvsam is offline
Power Member
 
Join Date: Oct 2009
Posts: 618
Thanks: 217
Thanked 356 Times in 84 Posts
Reputation: 24
iTrader: (4)
Default Re: how to block traffic from one web site...

Quote:
Originally Posted by AlphaTwin View Post
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>

Can you explain this.and Can I redirect those traffic only.If can ,how
Reply With Quote