Port Redirection

dmayer5

Member
Joined
Sep 13, 2009
Messages
1
Last month I got into hosting my website from my house via Windows Server 2008. I have installed PHP, MySQL, and phpMyAdmin. The only thing left for me to do is get one problem solved and that is that my ISP blocks port 80 so I have to use a different port. That is fine however one thing, the only way I can connect to my website is to type www.mywebsite.com:8080 or whatever port I choose (port 7654 ext.) the only known solution that I have come across is NO-ip.com's service This service is located on this page: So your ISP has decided to block port 80?

basically this paid service allows you to use a non http standard port (80) and it will redirect it to the port you are using along with mask it (so all you have to type is www.mywebsite.com which will then redirect to :8080 while masking it from the customer). That is exactly what I want to do however, I do not want to have to rely on a third party source for this to happen. Does anyone know how I can do this without using no-ip.com.
 
Back
Top