Hey guys, in todays video I will show you how you can turn your pi into a web server.
Make sure to subscribe
commands:
sudo apt-get update
sudo apt-get install apache2 -y
sudo apt-get install php -y
cd /var/www/html
sudo rm *
sudo touch index.html
sudo nano index.html
hostname -I