How to use built in server after adding ftp
Normally when previewing a file in the browser phpstorm uses localhost:6332/projectname/page-name
After adding an ftp server (deployment) to auto upload files on commit, phpstorm uses ftp.myservername.com/page-name which obviously doens't work.
Is there any way to set the preview back to the localhost?
Please sign in to leave a comment.
It's in Tools > Deployment > Configuration. Select your inplace-type server as a default.
Thanks a lot!
Been looking for weeks to fix it...