Run configurations accommodate the most commonly used PHP development use cases. 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.
During the project creation, the default run configuration is defined. The available options
are:
Local Web Site
Remote Web Site (FTP/SFTP)
Script
On the Run Configuration panel, modify the default run configuration and/or define new run
configurations, if necessary.
To define a new run configuration, click New next to the Configuration dropdown list. The
Create New Configuration dialog box opens.
In the Configuration Name field, enter the name of the new run configuration and click OK.
You return to the Run Configuration panel.
Define the run configuration settings in the same way as you defined the default run configuration during the project
creation and click OK. The new configuration is added to the Configuration dropdown list.
If you are using Remote Debugging or Symbolic Links, click Advanced and set up
path mapping. See Path Mapping.
To remove a configuration, select it from the Configuration dropdown list and click
Delete.