Page 1 of 1

access my domain without typing :8090

PostPosted: 29. July 2021 21:23
by felipepalmas
Good afternoon everyone!
I have installed on my server windows 10, xammp running apache, everything is working fine. However as my ISP blocks my port 80, I set port 8090 instead.

How do I get people to access my host without having to type port 8090 at the end of the address?

Re: access my domain without typing :8090

PostPosted: 29. July 2021 22:21
by Altrea
You can only omit the port, if you are using the protocols default port.
The default port for http is 80, for https its 443

So short answer: you can't in your environment.