Hello there!! I just followed this tuto https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04 but when it comes to test, at the end of the topic, the http:// localhost displays well my site (actually just the validation of a server block working) whereas http:// mydomain (here http:// legroove) send a 404 error. I have probably messed up one of the commands? But I think no. Thank you in advance for all the help you could give me! Jonathan
Ok, I found it: missed to link 127.0.0.1 to my local domain with sudo nano /etc/apache2/sites-available/mydomain.conf Solved! Thanks