Php – Xampp localhost not working and showing a blank page

apachelocalhostPHPxampp

So I installed xampp and tried to start but Apache was giving the usual error of port busy and I changed the port address to 8080 and also the localhost to 8080 in the httpd.conf file.

Now,localhost just shows a blank page,no files I save in the htdocs folder show up.It's just a blank page and nothing happens.Any suggestions?

Best Answer

Try: "localhost:8080" instead of "localhost" in URL area.