Hello, I just downloaded phpdev423 to get things rolling.
From
http://localhost/
I get a list of everything in the www folder.
If I click on start_here.htm from that list, I get the website contained on the same level as the www in a folder called phpdev.
The single line in that start_here.htm file is:
<? header("location:http://localhost/phpdev/");?>
So I do the exact same thing, mysite.html in the www folder, the line of code
<? header("location:http://localhost/mysite/");?>
And my website in a folder called mysite alongside the www folder. (And I have an index.html page in that folder.)
What am I missing? Is there a place where I'm supposed to do some mapping or something?