So I changed my apache port for security issues, I changed it to port 8015, everything works normally, able to access with http://localhost:8015 and everything. I want to set xampp so that I don't need to write the port number in the url, how do I set so that by just using http://localhost to connect to port 8015 ?
I have changed through xampp control panel > config > service and port settings and changed the main port to 8015, restarted service, even restarted computer, still can't access port 8015 just using http://localhost, http://localhost:8015 still works though. What did I miss ?