I installed wamp server on xp. During the installation it did not show any error/warning message. Then i start it & type http://localhost/ in url bar but it just show a blank page. I also checked

notepad C:\WINDOWS\system32\drivers\etc\hosts

their is no restriction for localhost.

Help. Thanks...

link|improve this question
feedback

migrated from serverfault.com Apr 26 '10 at 11:17

This question came from our site for system administrators and desktop support professionals.

1 Answer

  • Have you made sure that your index.html page isn't blank? If you get a literally blank page, it means that the server is taking connections, and might just be serving you an empty file.
  • If you are using PHP for your index.php file, make sure that the module is enabled in httpd.conf (if it's split over several files, look for one mentioning modules.)
  • If there are any installation .bat files in the installation directory, try running them again.

If you get an error page when you connect, not a blank page, make sure that your firewall isn't blocking the server.

link|improve this answer
1  
Thanks friend, actually that was happened because Fire wall was ON. Thanks again.. – Muhammad Sajid Apr 24 '10 at 17:16
OK. Glad to see you got it working! – person-b Apr 24 '10 at 17:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.