I have followed the instruction, created a new php project in zend studio, and
"Under the contents category, ensure the 'create project on a local server' option is selected. The directory path should point to the document root of your Zend Server."
And then, I created new php file in that project, "run as php web page", it works.
But the next day, I did the same, start the zend server, zend studio, and go to the same project, create a new php file, and "run as php web page", this time, it doesn't work.
I got "page not found error". That file is not in the zend server directory. But the page I created yesterday is in the zend server directory.
What could be the problem?
The windows os is vista, and I do have skype running there. Some threads said that zend server and skype might fight for port 80. I disconnected skype, zend studio still cannot publish to the zend server and run as php web page. (run as php script is working).
Should I uninstall skype to remove skype at all from the machine running zend server?
And where are these files in zend studio projects? If they get published to the zend server, I can find it in zend server. But if they didn't get published to the local zend server, they are in the work space of zend studio, but what is their physical path on my C driver?