How to hide my website port number on website url

前端 未结 3 1136
北荒
北荒 2021-01-20 15:40

My website has implemented by using JAVA. So we have taken VPS and installed Tomcat then deployed My website is appearing like this

whenever I click www.mysite.com

3条回答
  •  猫巷女王i
    2021-01-20 16:17

    If you don't want a port number in your URL, you have to use the default port number for HTTP, which is 80. If it's anything other than 80, you will be required to put the port number in the URL. That's all there is to it.

    Now, if your question is "how do I host my Tomcat website on port 80", well there are plenty of answers to that question both on SA and teh intertubes. Just search.

提交回复
热议问题