I'm trying to redirect proxies coming to my site to a certain page. I once read it could be done using .htaccess, is it possible to redirect proxies from .htaccess?
Thanks
bcolflesh
8:01 pm on Feb 26, 2004 (gmt 0)
You would need to know the proxy IP address - AFAIK, there is no mechanism to automatically detect that the connection is coming from a proxy - many are specifically designed to act anonymously.
paijan
5:15 pm on Feb 27, 2004 (gmt 0)
hmm
If there's a script that can identify a proxy, then it is possible isn't to directly redirect the proxy hits to different page from .htaccess isn't it?
I read about that somewhere, but I lost the link :(