I’ve just created a LAMP droplet from the applications.
My default vhost overrides my new one, so /var/www/html loads for me for a new domain.
Things I tired:
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.
There’s a typo in your virtual host config: 188.226.156.206 should be 188.226.145
.206 instead. Though you should probably keep it set to *:80
. Do you have any other virtual hosts enabled? Make sure that the symlink in /etc/apache2/sites-enabled
ends in .conf
.
Yes, then it listed my /var/www directory
Have you tried disabling the default configuration file? On Ubuntu 14.04, that would be
sudo a2dissite 000-default.conf