I have installed WampServer. It is online now. When I give localhost in the browser it gives me a blank page. How can I get rid of it?
Before installing WampServer, Do i need to install PHP manually?
I have installed WampServer. It is online now. When I give localhost in the browser it gives me a blank page. How can I get rid of it?
Before installing WampServer, Do i need to install PHP manually?
A better solution would be to use wampmanager -> Apache -> Service -> Test port 80
This will launch a command window and tell you if anything is using port 80.
Then rather than killing it ( if its a service that is automatically started it will just be back again after a reboot ) attempt to reconfigure it so it no longer uses port 80.
I had the same issue - my W icon was also not green during the whole time.
I exited Skype and then selected the Wamp icon and selected "Restart Services".
W turned green, localhost working now.
Hope this helps
I fixed it.
Goto --> command prompt-> type netstat -aon
and check the PID for port 80. for eg "333"
Then Goto --> Task Manager --> processes
find the PID 333 and kill it. Then goto Wampserver and Restart All Services. Then it will work
This issue occurs when port 80 is occupied by some other service. There are multiple applications which can occupy port 80 (Not limited to Skype). I ran into this problem on Windows 10, port 80 was occupied by IIS 10. Following solved it for me:
This should help when you do not want to change apache port and keep it simple.
Check out step by step instructions on this guys blog http://ye5.blogspot.com/2011/01/wamp-server-localhost-shows-blank-page.html
Anything using Port 80 will screw up WAMP. Use task manager to kill Skype before each time you use WAMP or XAMP. Or, just uninstall Skype.
This question may have been answered here: WAMP server shows a blank page
I initially installed WAMP on my D Drive as I didn't want it to take from my very little memory on the C drive.. then I thought "let me try still installing in on the C drive" Then it worked and the localhost doesn't show blank anymore :) Cheers, Ani