I am using PHPStorm with XAMPP.
What is the difference between:
http://localhost:63342/PhpstormProjects/project.php
And
http://localhost/PhpstormProjects/project.php
It seems like this two are different localhosts. The first one works only with PHPStorm opened.
Now I have a problem with the first one, it keeps throwing an 500 Internal Server error and I can not figure out why. But the Localhost from the second url does not.
So is there a way to tell PHPStorm, to randomly use the Localhost without the 63342?