, **Add subdomain** , , Digital ocean dns: , networking, create domain , click on domain name , add new subdomain as hostname (just the sub ie: wiki) , redirects to (click in the box and select the domain) , , , , add subdomain server side , , sudo nano /etc/hosts , , host subdomain , , peteolson.me subdomain.peteolson.me , , sudo nano /etc/apache2/apache2.conf , , , ServerName projects.peteolson.me , DocumentRoot /var/www/html/projects.peteolson.me , , , ServerName wiki.peteolson.me , DocumentRoot /var/www/html/wiki.peteolson.me , , , ServerName maps.peteolson.me , DocumentRoot /var/www/html/maps.peteolson.me , , , sudo service apache2 restart ,