Конфигурировали, конфигурировали да не выконфигурировали. Помогите разобраться, почему index.php was not found on this server, пожалуйста. Ситуация:
В conf:
<VirtualHost *:80>
DocumentRoot /var/www/headintheoven/
ServerName headintheoven.loc
ServerAlias *.headintheoven.loc
<Directory /var/www/headintheoven>
AllowOverride all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>
В папках:
/var/www/headintheoven/index.php
На страницах
http://localhost/headintheoven/index.php и
http://localhost/index.php :
Not Found
The requested URL /headintheoven/index.php was not found on this server.
Apache/2.4.7 (Ubuntu) Server at localhost Port 80