Hi all, I need some help.
I have two websites running on the same windows server: One made using asp.net/IIS on port 80 and the other using php/apache on port 8080
I have a domain name mydomain.com which points to the default .net website.
As for the php website, I don't want to have to write mydomain:8080/members to access it
Is there a way so that mydomain.com/members resolves to it?
Is this supposed to be configured on the router? I'm clueless.