xampp does not work in Windows.
I'd like to do a php deployment test on the Windows virtual host.
Deploying xampp in Windows
Launch apache (81 port), mysql (3306 port)
Boot url should be http://locathost:81
and
When I access it, the screen looks like the one below, and I can see that xamp is not working.
Apache's "httpd.conf" file has a directory setting of
I would appreciate it if you could understand why xampp cannot be started properly.
php xampp
Make sure that the content is located under the document root and try accessing it with your browser.
For Windows, the document route in the XAMPP environment is C:\xampp\htdocs\
.
http://localhost/
, go to the index.html
and look for files such asI believe that the Web Server (Apache) itself is working fine, so make sure that the content you want to view is placed first.
Apart from this, you may need to make configuration changes for PHP to work properly.
581 PHP ssh2_scp_send fails to send files as intended
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
911 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.