On my local network, I have a server that goes by the name of telly, and can be connected with locally on http://telly.
I am trying to set up a subdomain on that machine, say sub. I have added a sites-available record and sites-enabled record labelled sub.telly, both contain the following:
ServerName sub.telly DocumentRoot /var/www/sub
<Directory /var/www/sub> AllowOverride All Order allow,deny allow from all </Directory> but when I try to connect to http://sub.telly I get redirected to openDNS guide page, saying the link is not loading properly.
What have I got wrong?