New PHP Project: Run Configuration

A run configuration is a stored setting for running a PHP project. You can define several configurations for one project and switch between them back and forth. Run configurations apply to both running and debugging.

All projects have a default run configuration, which is created in this panel. After you create a project, you can add additional run configurations in the project's Properties.

Run As: Choose one of the following. The Run Configuration options change depending on which Run As choice you make:

Local Web Site options

Project URL: By default, this is http://localhost/ + the path to the copy of your project sources that is in your web server's public folder. You can change the URL if you have a different path mapped to your server.

Index File: By default, this is index.php. Click Browse... to browse your project files for a different index file.

Arguments: Arguments for running the index file. For example, debug=true.


Related Topics

Developing Applications with NetBeans IDE,

Copyright © 2013, Oracle and/or its affiliates. All rights reserved.