Community
Participate
Working Groups
Build Identifier: #182 Add project Base URL group that comprised with two fields: ----Default Base URL------------------------------------ - Base Path: /folder1 - Auto-generated base URL: http://server/folder1 -------------------------------------------------------- the auto generated base url is auto generated from the serverURL + default BasePath (by default the base path equals to project name) ----Default Base URL------------------------------------ - Base Path: /project1 - Auto-generated base URL: http://server/project1 -------------------------------------------------------- Behavior: when launch a debug PHP webpage the launch URL will be as specified at the Default Base URL (by default default server + project name) this enhancement enables the user to specify different base path rather then only project name Reproducible: Always