404 not found error for virtual host
- by qubit
Hello,
In my /etc/apache2/sites-enabled, i have a file site2.com.conf, which defines a virtual host as follows :
<VirtualHost *:80>
ServerAdmin hostmaster@wharfage
ServerName site2.com
ServerAlias www.site2.com site2.com
DirectoryIndex index.html index.htm index.php
DocumentRoot /var/www
LogLevel debug
ErrorLog…