How to remove port number from an url?

1.2k Views Asked by At

I have developed an web application and am trying to run it in Apache server. However, I can not run it without specifying the port number. How can I run the app by browsing 192.168.0.1/project instead of using 192.168.0.1:9000/project?

1

There are 1 best solutions below

3
On

If you run your app on port 80 (HTTP) or 443 (HTTPS) your visitors won't need to type in a port number to access the site.