We have recently been experimenting with port forwarding on our server in order to route clients to our new cloud configuration without having to have them change their DNS records.
We are using DotNetNuke which has some built in URL rewriting functionality that is including the port number at the end of the URL. So what I need is a rewrite rule that would do the following...
Change...
http://www.example.com:8080/MyPage.aspx
into
http://www.example.com/MyPage.aspx
This seems like a simple enough request. Any help would be greatly appreciated.
Chris