How to Host Your Website On Apache2 Webserver in Ubuntu 20.04.
In this video i will show you how to host your website on your Local Machine
using Apache 2 webServer.
step 1. Install Apache 2 package == sudo apt install apache2
step 2. Restart the server == sudo service apache2 restart
step 3. Delete the default index file == sudo rm index.html
step 4. And set a new index file of your website == sudo cp [FILE NAME] /var/www/html
And after this Open your Browser and Type 127.0.0.1 or localhost/ on URL bar.
IF YOU LIKE THIS VIDEO SUBSCRIBE OUR CHANNEL.
by Linux Bash
linux web server
Bro which webpage u have hosted…! Bcz u didn't create any..?
Pls make your videos with voiceovers, it's not user friendly
How do I give it a custom URL?