For PHPStorm, I have opened a project/site at location C:\site. Then, I went ahead and added a built in PHP Webserver at localhost port 8081 from the Menu Bar: Run > Edit Configurations.
To view index.php file, when I click on View > Open in Browser > Chrome (or any other browser), it takes me to http://localhost:63342/site/index.php
So, looks like it created another server running at port 63342? Also, it has the path as /site/index.php instead of just /index.php.
Is there a way to configure so that when I click view > open in browser > browser_name, it will take to localhost:8081/index.php?
Also, is it possible to turn off that server running at 63342 port?
Version: I am trying on PHPStorm 8 and 9 and both show same behavior.