Upgrading to Apache 2.4

matthewoliver / 2015-02-19 07:51:57   

Hello,

I'm having issues following the upgrade from Apache 2.2 to 2.4
I'm pretty sure it has to do with new directives regarding .htaccess
I either get "Forbidden" or "Internal Server Error".
Has anyone got the same problems and/or solution?

matthewoliver / 2015-02-19 11:22:28   

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.+) index.php

This thread has been closed, thank you.