well I installed xampp and apache is running on port 80. all services are running. now i have a sample php page under c:/inetpub/wwwroot but when I goto http://localhost/info.php i am not getting anything.
when just typing http://localhost/ in the IE address bar.. still get nothing. whats going on here?
here are some of ther parameters fron httd.conf file:
Listen 80
ServerName localhost:80
#DocumentRoot "C:/xmapp/xampp/htdocs"
DocumentRoot "c:/inetpub/wwwroot"
#<Directory "C:/xmapp/xampp/htdocs">
<Directory "c:/inetpub/wwwroot">