有没有办法创建一个Eclipse项目,不包括路径中的项目名称?

Not sure how I can explain this better as I am a beginner to Eclipse application.

I have my web directory set up for php pages. For example, /home/www/phpsite. All the source files exist here.

However, whenever I create a project (say 'myProject') and test any files from the existing path, it includes the project folder in the path name: /home/www/phpsite/myProject/index.php and this results 'Not Found' error.

How can I run my php pages in /home/www/phpsite/index.php? The project folder name is always included in testing web pages.

I am not trying to use the workspace directory created by Eclipse. I'd like to code and modify pages directly from Eclipse to my web directory.

Thanks

Follow these steps:

  • Setup www as your workspace
  • From the menu: File -> Import -> General -> Existing Folder.....

Promote to project:

  • Choose project type: PHP

  • Browse for "phpsite" and finish.