Hello All,
I am running IIS 6.0 and Apache 2.2 on a Windows Server 2003 (dedicated)
I have a default website on IIS which is required on port 80 (default). Apache has been setup to listen on 8080. I need IIS for one sytem and Apache for another.
I have setup an IIS redirect to URL to forward any request to www.myotherdomain.com to www.myotherdomain.com:8080 (all works fine)
The problem is I don't want the port number showing in the address bar. Is there any way i can mask it?