-1
I’m starting in PHP language and would like to know how I view my project, since when using localhost the error "404" appears with the message "Not Found".
The directory of my file . php is this:
C: xampp htdocs shop
The localhost I try to access is this:
I’m doing something wrong?
And is the Apache server on? If so, what are the latest logs in the log file ?
– Woss
11:17:22 [Apache] Error: Apache shutdown unexpectedly. 11:17:22 [Apache] This may be due to a blocked port, Missing dependencies, 11:17:22 [Apache] Improper privileges, a crash, or a shutdown by Another method.
– Romano
Look if you are not using another service that is using the same port as Xampp, or if you have not configured any port other than standard... Looking like this should be working, apparently php and apache are running
– hugocsl
If you are using VS Code Live-Serve, leave it off while you test with Xampp, I do not know if this can be it, but it is worth the test
– hugocsl