I think I have found the issue, when I go an edit a site, in the vhosts file, it will delete part of the DocumentRoot. So, when I click save, it will change it to:
Code:
<VirtualHost 172.21.152.31:80>
DocumentRoot /8bitclassics.com/web
ServerName 8bitclassics.com
ServerAlias www.8bitclassics.com
ServerAdmin webmaster@8bitclassics.com
And have to change it to
Code:
<VirtualHost 172.21.152.31:80>
DocumentRoot /var/www/8bitclassics.com/web
ServerName 8bitclassics.com
ServerAlias www.8bitclassics.com
ServerAdmin webmaster@8bitclassics.com
Where can I go to fix this so I don't have to add it everytime?
Recent comments
4 hours 46 min ago
14 hours 14 min ago
15 hours 4 min ago
18 hours 37 min ago
23 hours 1 min ago
23 hours 23 min ago
1 day 1 hour ago
1 day 11 hours ago
1 day 16 hours ago
1 day 17 hours ago