Umm I am not sure the path of the apache's configuration file in XAMPP and I don't have installed XAMPP at my PC right now. You open the apache's configuration file (httpd.conf) and find the following line and change the normal 80 to 8080 or something and restart the apache then then try.
Change it to something like this:Code:Listen 80
Then browse http://localhost:8080/mysite, hope this works.Code:Listen 8080








Bookmarks