I am using Eclipse PDT with a Zend community server for developing PHP.
If I write some code and click Run As ... PHP Webpage, I get "Page cannot be found." This makes sense, since my workspace is disabled in the folder of my documents, and not in the htdocs Zend / Apache tree.
Thus, one option would be to move my workspace to a folder under Apache htdocs. But that just seems wrong ;-) Also, I save my workspace in the Dropbox folder.
Is there an alternative directive / configuration parameter for the Eclipse PDT that says, "When I say Run or Build, I want you to copy the project to folder X and run it as a web page." Or maybe something else I am missing in the Eclipse PDT?
source
share