NetBeans IDE和项目设置

I set-up three projects in NetBeans IDE, two are html projects and another one is php project.

When I test run, the project php's index.php (Main home page) is wanted to be loaded first. Then it will load another index.html files (two sub pages).

But now when I run, the first html project's index.html is always loaded first since it is at the first position at IDE because of alphabetical order in project name.

How can I load php project's index.php file?

Whenever you create project on NetBeans, you can specify the URL of project in the "Project URL" field. Please see the below screenshots that will help you.

Screenshot : Here you can see "Project URL" field, with the help of this you can specify you project's index.php file