Ok my host file has RewriteRule ^/$ http://update.domain.com [L] When I goto http://update.domain.com using safari, I receive: Response Error. Technical description: So, a quick revisit: we have a web server answering for http traffic. We have a different server that uses a program that HAS to use http (80) port. I am trying to get the webserver to send http://update.domain.com traffic only, to a different server on the LAN. Any ideas? |