Forum Moderators: phranque
ServerName localhost:80
DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs"
This is the url I get re-directed to.....
file:///c:/DOCUME~1/RJM/LOCALS~1/TEMP/awjzn08a-1
This is what that page says:
If you can see this, it means that the installation of the Apache web server software on this system was
successful. You may now add content to this directory and replace this page.
Seeing this instead of the website you expected?
This page is here because the site administrator has changed the configuration of this web server.
Please contact the person responsible for maintaining this server with questions. The Apache Software
Foundation, which wrote the web server software this site administrator is using, has nothing to do with
maintaining this site and cannot help resolve configuration issues.
The Apache documentation has been included with this distribution.
You are free to use the image below on an Apache-powered web server. Thanks for using Apache!
Someone mentioned the fact that I use a D-Link Ethernet BroadBand Router that it might not be passing along the "localhost" request properly, or how I want it to....
The folder, "C:/Program Files/Apache Group/Apache2/htdocs", is the default folder used by the installation for your DocumentRoot. This means that you need to do one of TWO things:
1) Place your HTML, PHP, and whatever other web files you intend on serving in the folder - "C:/Program Files/Apache Group/Apache2/htdocs"
or
2) Changed your DocumentRoot to whatever folder contains the web files you intend to server.
I have had Browser Cache not detect changes made to pages, not that this is necessarily your problem. So, I frequently clear my Temporary Internet Files when I am making a large number of changes and during initial configuration of my servers. I even close and clear my browser in certain case.
I doubt the Router is the problem here, unless you have made some radical configuration changes to it.
~
I suggest uninstalling Apache 2.0.52 (Stop the Service FIRST), deleting any residuals, rebooting, and then installing with the latest Apache (2.0.54). During the install, use "localhost" for the Network Domain and the Server Name.