Hide Port number in URL

Wendy

New Member
I have to use port 9191 for a web based timesheet entry program. It is also using a SSL certificate. So the URL is 'https://mydomain:9191' but for the end user I would like to have the URL easier to remember so "https://mydomain' would be preferred. Is there a way to hide the port number?
 

sandy

Administrator
Staff member
you could create a host record pointing domain.com to its IP address then create a URL forward where www.domain.com points to domain.com:portnumber

thanks
sandy
 
Top