diff --git a/.htaccess b/.htaccess index a5321d4..7a07f4c 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,12 @@ ErrorDocument 404 /assets/error-404.html ErrorDocument 500 /assets/error-500.html + + # Turn off index.php handling requests to the homepage fixes issue in apache >=2.4 + + DirectoryIndex disabled + + SetEnv HTTP_MOD_REWRITE On RewriteEngine On