To add:
Error log reads:
script '/var/www/x.php' not found or unable to stat, referer:
http://www.domain.com/x.php
Or
File does not exist: /var/www/admin, referer:
http://domain.com/admin
So it is a path issue. In vhost for x domain, it contains the full path.
Code:
<Directory /var/www/x.com>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<VirtualHost 1.1.1.1:8008>
DocumentRoot /var/www/x.com/web
Seems like the path in the error is wrong. Stopping short... example: /var/www/[looking here] instead of /var/www/x.com/web/[looking here]. How do I go about fixing this?
Thanks!
Recent comments
17 hours 53 min ago
22 hours 58 min ago
1 day 3 hours ago
1 day 5 hours ago
1 day 19 hours ago
1 day 19 hours ago
2 days 26 min ago
2 days 7 hours ago
2 days 7 hours ago
2 days 9 hours ago