Answers for "how to open html file in localhost xampp"

6

how to use xampp localhost

cd my-project
php -S localhost:8000
Posted by: Guest on June-01-2021
1

how to run html file in xampp server

- To Run a HTML File in XAMPP you need to put your HTML file inside the 
  "htdocs" folder in XAMPP installation directory.
- And then in your browser type "localhost/your-file-name.html".
- now your file is opend into your browser using XAMPP.
Posted by: Guest on May-15-2021

Code answers related to "how to open html file in localhost xampp"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language