I had the built-in webserver configured for my PhpStorm project, so that "Open in Browser" loaded the file via localhost. I then configured a remote host via SFTP so that I could test and sync things in the final environment, but now my "Open in Browser" opens the remote web address and I can't find how to open local copies now.
I tried creating a new "Remote host" with Type "Local or mounted folder" or "In place" and set the URL to http://localhost:63342/. The server is running, but I get 404 errors, even when manually navigation to http://localhost:63342/<projectname>/folder/file.php
Am I missing something stupid? Are there some docs for mixing local debugging and remote hosts?