Using Ubuntu 14.04, I know the nameserver is pointed correctly, I can see it on whois. I still see Verio index page instead of my index.html.
My file structure is:
var/www/index.html
Just wondering if anyone has work...
I can load my domain if it is typed domain.com, but www.domain.com does not load.
My 000-default.conf is written like so:
<VirtualHost *:80>
ServerAdmin admin@example.com
ServerName example.com
ServerAlia...