I have a few domains that look exactly like this in my virtual hosts config:
<VirtualHost *:80>
ServerAdmin myemail@gmail.com
ServerName www.adamzwakk.com
ServerAlias www.adamzwakk.com
DocumentRoot /srv/www/adamzwakk
</VirtualHost>
Every site after this entry points to this entry (the first one).
Fixed it, I put the document paths in quotes and it fixed it.