Quote:
|
The way that I know it works is when I go to C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\index.html, I get an "It Works!" page
|
No, this don't means anything.
You are acessing an html file through your file system.
You should try to access it with a network address, like http://127.0.0.1/
If there you see the "it works" message, then apache is serving you the files in the default host root directory (which should be index.html)
This answers your question nbr 3.
But as SSANZ suggested, you would be better to download something like xampp [ http://www.apachefriends.org/en/xampp-windows.html ] which comes with apache, php and mysql (plus a ftp server and a mail server) in 1 package, ready to be installed with a control panel.
It's the way to go if you don't want to waste 4 days trying to make this thing run.
__________________
Listen to the ducky: "This is awesome!!!"
|