1
vote
3answers
2k views

Using Sharepoint URL without port number

I have a sharepoint web application like so:http://intranet:8080 I don't want to use port 80. But i want users to type URL http://intranet instead of http://intranet:8080 How can i achieve this? ...