I am using Eclipse PDT with Zend Server CE. When I start new project & new php file, it cannot run with error 404 Not found.
When I checked document root "C:\Program Files\Zend\Apache2\htdocs\" with Windows Explorer I cannot find the php file. But with internal eclipse file explorer, it can be found with lock icon.
If I manually put php file in document root, it will run.
If you are using Windows Vista/7 and using the folder under "C:\Program Files\Zend\Apache2\htdocs" as an eclipse project, *never* use "C:\Program Files\..." for your project folder. "Program Files" or "Program Files (x86)" is a special folder with system protection. You can manipulate files there but files created by eclipse.exe will not be located there. Look at C:\Users\your_account\AppData\Local\VirtualStore\Program Files\Zend\Apache2\htdocs. Maybe there are your files.
(mmm, too late to post this to newcomers forum...)
(this is exactly a newbie question so I don't reply any more. good luck)