Reputation: 83306
I am using Zend Studio for Eclipse 6.1.
I have all the AMP stack installed.
However, when I load the ExampleProject in Zend Studio for Eclipse, and right click on a script, choose run as-PHP web page, I got a "The Page cannot be found" error.
This is the setting I set in Eclipse,
and this is the error.
However, when I run as PHP script, I didn't encounter any error at all.
Upvotes: 0
Views: 6203
Reputation: 83306
I have fully figured out how to debug PHP webpage in Zend Studio for Eclipse.
Here's the link.
Upvotes: 1
Reputation: 828002
Your Apache is running but seems that the URL doesn't match with your server public folder, and that it's giving you the error you show, a 404 Page Not Found.
Check if your project source files are in the right place, normally in the htdocs folder.
Upvotes: 1