Hello Warriors, I am looking for a way to block proxy servers from browsing my website, I have tried adding this code to my .htaccess but it wont block open proxies. I am using apache2 with Joomla 1.5 all help are much appreciated.
Block Proxies
10
Hello Warriors,
I am looking for a way to block proxy servers from browsing my website, I have tried adding this code to my .htaccess but it wont block open proxies. I am using apache2 with Joomla 1.5 all help are much appreciated.
RewriteEngine on
RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP ROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
RewriteRule ^(.*)$ - [F]
I am looking for a way to block proxy servers from browsing my website, I have tried adding this code to my .htaccess but it wont block open proxies. I am using apache2 with Joomla 1.5 all help are much appreciated.
RewriteEngine on
RewriteCond %{HTTP:VIA} !^$ [OR]
RewriteCond %{HTTP:FORWARDED} !^$ [OR]
RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR]
RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR]
RewriteCond %{HTTP
RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR]
RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR]
RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$
RewriteRule ^(.*)$ - [F]
- danielharris
- [1] reply
- TG12
- Mahmoud Selman
- [1] reply
- andrejvasso
- [ 1 ] Thanks
- [2] replies
Next Topics on Trending Feed
-
10