1
Apache .htaccess <ifModule no está permitido aquí
Ejecutando Apache en Ubuntu Precise, con PHP 5.5 Intentar acceder a mi var/www/me da un 500. /var/log/apache2/error.log muestra: / /var/www/web/.htaccess: <IfModule not allowed here mi .htacess es: DirectoryIndex app.php <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI}::$1 ^(/.+)/(.*)::\2$ RewriteRule ^(.*) - [E=BASE:%1] RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteRule ^app\.php(/(.*)|$) %{ENV:BASE}/$2 [R=301,L] RewriteCond %{REQUEST_FILENAME} -f …