Home > Article > Backend Development > 404 error when PHPStorm opens htdos of XAMPP
Ask for advice.
Ask for advice.
Of course an error will be reported if you open it directly
PHPStorm uses the built-in server. Just look at 63342 and you’ll know. Just use localhost to configure the address yourself and that’s it.
You only post a picture, so I can only guess.
You should be using MAC, 404 error, then it is not a permission problem.
404 appears, indicating that your server is running normally.
You can use
netstate -ano
to see if port 63342 is being monitored normally. Check to see if a virtual host is configured, causing localhost cannot be accessed normally.
I’m so tired from guessing...
I don’t understand what you mean. I guess it must be an environmental problem. I couldn’t find the entry file index.php for this project
See that your project directory is already in the htdocs directory of XMAPP.
Visit
http://localhost/dashboard directly to try