istarapol
Junior Member
- Jun 3, 2008
- 121
- 233
Hi!
I'd like to know how to prevent proxy sites to access my blog/site.
I mean if a user uses proxy site like
my site will deny the
connection or redirect this to another page. Using HTACCESS, php or perl
I've tried this on HTACCESS
to no avail, I'm thinking a php will work for this process.
Can someone help?
Thanks in advance
I'd like to know how to prevent proxy sites to access my blog/site.
I mean if a user uses proxy site like
Code:
www.atunnel.com
connection or redirect this to another page. Using HTACCESS, php or perl
I've tried this on HTACCESS
Code:
order allow,deny
deny from *.atunnel.*
deny from 67.159.46.12
deny from 67.159.*.*
deny from ztunnel.com
allow from all
to no avail, I'm thinking a php will work for this process.
Can someone help?
Thanks in advance
Last edited: