Http://localhost is not loading

xampp

I have installed Xampp to use wordpress, but after installing Xampp with Apache, MySql running…..I go to the browser and type "http://localhost", nothing happens, just blank screen.

My apache server was not running, I came to know that IIS was the problem and had to disable it.

Could anyone solve this issue as the http://localhost is not working to make xampp and wordpress run.

Below is the Port-Check results >

RESULT
------

Service Port Status
==============================================================================
Apache (HTTP) 80 Program: C:\xampp\apache\bin\httpd.exe
Apache (WebDAV) 81 free
Apache (HTTPS) 443 Program: C:\xampp\apache\bin\httpd.exe

MySQL 3306 Program: C:\xampp\mysql\bin\mysqld.exe

FileZilla (FTP) 21 free
FileZilla (Admin) 14147 free

Mercury (SMTP) 25 free
Mercury (POP3) 110 free
Mercury (IMAP) 143 free
Mercury (HTTP) 2224 free
Mercury (Finger) 79 free
Mercury (PH) 105 free
Mercury (PopPass) 106 free

Tomcat (AJP/1.3) 8009 free
Tomcat (HTTP) 8080 free

Press <Return> to continue.

Best Answer

Service              Port   Status
===================================
Apache (HTTP)          80   SYSTEM
Apache (WebDAV)        81   free
Apache (HTTPS)        443   SYSTEM

That's almost exactly what I'm looking at and mine is working. I would check your firewall, when IIS was running could you get to it? Also browse to http://127.0.0.1 if you can get to that link it may be a DNS/Hosts file issue. can you get to https://localhost ?

Related Question