I am trying to set up an apache server for a small local site. The problem I am having is you must enter the port number to reach the site.
Everything is installed through XAMPP. So far I have been able to access the site from mysite:8080/page.php, I would like to access it from mysite/page.php, as my users would likely have a tough time remembering to enter the port number every time. Any help on the issue would be greatly appreciated. Thanks in advance.