PhpStorm 2018.1 Help

Create New Project: Specify Web Path (Local)

File | New Project From Existing Files - Web server is installed locally, source files are located under its document root


The page opens when you click Next on the Create New Project: Specify Local Server or on the Create New Project: Add Local Server page. On this page, compose the Web path to access the project root directory via HTTP.

ItemDescription
Web path for project root In this text box, specify the path to the selected project directory relative to the URL of the server configuration root URL ( The server configuration root is the highest folder in the file tree on the local or remote server accessible through the server configuration. For in-place servers, it is the project root. ).
Project URL This read-only field shows the full URL address at which the project root directory will be available. By default, the field is filled in with the name of the selected project root directory. PhpStorm dynamically constructs the full URL address as you type the relative path in the Web path for project root text box.
Review PHP settings Select this checkbox to move to the Create New Project: PHP Settings page and check the PHP installation.
Last modified: 27 July 2018

See Also