My localhost page is just empty. I wanted the wamp server home page to appear. I've seen in this post that this problem may occur due to Skype. I've stopped Skype from my processes and still getting the problem.
Since the following site is very frequently mentioned in similar posts, I visited it:
http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page.html
I tried their solution of identifying the process ID of those process which are using port:80. I found out that the only process that is using port:80 is Apache Server itself.
I also went to wampmanager -> Apache -> Service -> Test port 80 and this test reconfirmed that only Apache is using port:80.
It's driving me nuts, this problem. If Skype is turned off, if no process is using port:80 other than Apache itself, what else can be the reason behind this?
My OS is Windows 7, IIS is turned off, I have CodeIgniter installed and if I write localhost/CI
then I get the CodeIgniter home page. But if I write localhost
only, then a blank page appears.