I'm getting this error:
[Thu Nov 10 17:53:58 2011] [error] [client 95.240.108.197] File does not exist: /var/www/aib/web/aib
I don't know why it's looking for that file. I expected it looks for /var/www/aib/web/app.php.
This is my virtual-host configuration:
<VirtualHost 173.203.58.251:80> ServerName tirengarfio DocumentRoot "/var/www/aib/web" DirectoryIndex app.php ErrorLog "/var/log/apache2/aib.localhost-error.log" CustomLog "/var/log/apache2/aib.localhost-access.log" common TransferLog "/var/log/apache2/aib.localhost-transfer.log" <Directory "/var/www/aib/web"> AllowOverride All Allow from All </Directory> </VirtualHost> Any idea?
Javi
.htaccessfiles in the document root? You have AllowOverride set to All, so perhaps there's some additional configuration that we aren't seeing.