I've installed Apache 2.2. Accepted defaults.
I've created a simple php file calling it index.php.
If I enter this in Firefox: http://localhost:8080/
I get the splash screen:
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.
Gets me to the help screen.
I created a new projectd in NetBean 6.5.1. I pointed directory of the project to:
C:\Program Files\Apache Group\Apache2\htdocs\Apache
Project/Source Directories: C:\Program Files\Apache Group\Apache2\htdocs
Project URL: http://localhost:8080/htdocs/
I created a simple index.php file with echo("test")
Not Found
The requested URL /htdocs/index.php was not found on this server. Apache/2.0.63 (Win32) Server at localhost Port 8080