Forum Moderators: phranque
For Example:
-> images.server.com sits on port 8080 and resolves to:
/www/images/
-> www.server.com sits on port 80 and resolves to:
/www/html/
-> all.server.com sits on port 80 and resolves to:
/www/
Is it possible to catch users that can't access images.server.com and pass the request via proxy to all.server.com/images/?
Thanks in advance,
Jeffrey
If they are being blocked by a firewall, then there will be no traffic reaching the web server at all, so there's nothing that you could detect. You might be able to use some sort of on-page test, using javascript, but as for using mod_rewrite or some other server-based test, traffic would be getting blocked too early for the server to know.
Chad