Forum Moderators: phranque

Message Too Old, No Replies

Web Proxy

Blockig Cgi and Php web proxies

         

dolcevita

11:30 am on Dec 23, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is there any effective way to block cgi and php proxies.
It looks that more and more sites provide web based proxy servers and because of indexing and duplicating of your content your may receive penalty and position can decreased on SE.
This simple line does not help at all with blocking

RewriteCond %{REQUEST_URI} ^/nph-proxy$ [NC,OR]
RewriteRule .* - [F]

Anybody have better htaccess code for blocking?

dolcevita

6:57 pm on Dec 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Nobody have any idea?

jdMorgan

8:45 pm on Dec 24, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



> Is there any effective way to block cgi and php proxies?

No, not without blocking the vastly greater number of corporate and ISP proxies that save your server from overload serving redundant requests, and keep the internet running fast.

The 'proxy-copy' sites are best blocked by specific IP address or IP address range, specific referrer, or lawyer and DMCA when discovered.

Jim