I am running IIS on port 80, I configured Apache on port 8080, while I am accessing my Apache server, I can't access without typing the port, such as:
But i want to access like:
How do I hide or remove port in my url?
|
I am running IIS on port 80, I configured Apache on port 8080, while I am accessing my Apache server, I can't access without typing the port, such as: But i want to access like: How do I hide or remove port in my |
||||
|
|
|
You need to specify the port in your url because you are running your webserver (Apache) on a non-standard port. So, to eliminate this, you need to run Apache on port 80, which is the default So, your options are:
|
|||
|
|