Where can I find localhost files with Apache?

I recently installed Apache and enabled "localhost" with Windows. When I type "localhost" in my browser, it takes me to a page explaining that the Apache installation was successful. I just don't know where to find it. Is this reading some index.html file? If so, I just can't find it.

I tried to navigate to C: \ inetpub \ wwwroot but "localhost" in the browser doesn't read it from that location. Where else does it read localhost? I am using Windows 7.

+3


source to share


1 answer


This is usually the \apache\htdocs

default for Windows. It may be helpful to follow the "Pre-Installation" steps in this Apache, PHP, and MySQL setup guide .



If you are using the default WampServer installation , it will be inC:\wamp\www

+2


source







All Articles