The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Blocking proxy

2 posters

Go down

Solved Blocking proxy

Post by zerohack September 20th 2009, 4:15 pm

Do we get Root .htaccess panel?

I would put this
Code:
# block proxy servers from site access

RewriteEngine on
RewriteCond %{HTTP:VIA}                !^$ [OR]
RewriteCond %{HTTP:FORWARDED}          !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA}      !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR}    !^$ [OR]
RewriteCond %{HTTP:PROXY_CONNECTION}    !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION}  !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP}      !^$
RewriteRule ^(.*)$ - [F]

That will block 99% of proxy users...so is there possible to put this one on?


Last edited by zerohack on September 20th 2009, 4:37 pm; edited 1 time in total
avatar
zerohack
Forumember

Posts : 84
Reputation : 0
Language : Finnish & english

Back to top Go down

Solved Re: Blocking proxy

Post by Sanket September 20th 2009, 4:35 pm

Nopes, it is not possible.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum