I have installed Xampp to use wordpress, but after installing Xampp with Apache, MySql running.....I go to the browser and type "", 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 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. 6 3 Answers
Service Port Status
===================================
Apache (HTTP) 80 SYSTEM
Apache (WebDAV) 81 free
Apache (HTTPS) 443 SYSTEMThat'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 if you can get to that link it may be a DNS/Hosts file issue. can you get to ?
3Enable the display_errors PHP configuration option so that you can see the error(s) that the PHP engine is trying to show you.
What happens if you try to load the page from another PC? Try http:\computername or http:\ipaddress.
Also is Wordpress configured to be in the root directory. I think by default it is something like, http:\localhost\blog
1