
Originally Posted by
djsad94
If you change the default port in the xampp httpd.conf, your website not will load if the users write your domain/dns into the browser without the port...
so if you change the xampp port it will be your url: examplemu.com:96/index.php ?! its not good.
Btw, you can change the port if you want, and put a proxy between the domain and the webserver, the proxy will working on the :80 port, and it will redirect the data to the yourip:96
so user->domain->proxy->webserver
but, in my opinion stop using xampp, start to use IIS!