PhpStorm 2017.3 Help

Create New Project: Specify Web Path (Remote)

File | New Project From Existing Files - Web server is installed locally, source files are located elsewhere locally
File | New Project From Existing Files - My web server is on remote host, files are accessible via network share or mounted drive
File | New Project From Existing Files - My web server is on remote host, files are accessible via FTP/SFTP/FTPS


The page opens when you click Next on the Create New Project: Choose Remote Path 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 Web server document root URL.
Project URL This read-only field shows the full URL address via 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.
Last modified: 29 March 2018

See Also