Hello, i was wondering how to configure the homepage in Apache web server… i followed https://youtu.be/qmkwB7ZLt8M but his is different. If i got to index.html it’s blank. How can i fix this? Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Welcome to DigitalOcean.
To upload files to your files you can use FileZilla :
User: root
Password: You know it.
At the moment I am not home,but I would create a Tutorial how to install Apache right. If it is OK for you to wait :-).
Until that you can do this :
sudo apt-get purge apache2
sudo apt-get autoremove
sudo rm -r /etc/apache2
sudo rm -r /etc/php5 (if you installed it)
sudo apt-get install apache2
I mean both, thanks!
Yeah, i got it! :D But, thanks!
Also, how do i put files (like videos or pictures) on my server? thanks :D