This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231472

Summary: Provide more control over Run Configuration for PHP Projects
Product: php Reporter: phpguru
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: ENHANCEMENT Exception Reporter:

Description phpguru 2013-06-18 20:18:28 UTC
Step 2 of New PHP Project [with Existing Sources] contains the following...

1) Run As: Local Web Site (running on local web server)

2) Project URL: http://somesite.dev

3) Index File: deploy/htdocs/index.php

4) Launch As: http://somesite.dev/deploy/htdocs/index.php

Boxes (1), (2) and (3) are fine as is, provided here for context only.

I am proposing to add box (4), indicated above, to the New PHP Project wizard.

The field would take the current (2) and (3) text field content by default, but allow me to edit the "Launch as" URL so that I can take out "deploy/htdocs/" or "deploy/htdocs/index.php" as desired.

When launching the project, NetBeans would take the value of this field, instead of taking (2)+(3) as it currently does, to determine the "Launch as" URL for the project.

Other names for "Launch as" field could be "Run URL" or "Debug URL".