I have to do this: "the .htaccess file should allow the following directives"
DirectoryIndex Deny Allow Options Order
AddHandler RewriteEngine RewriteBase RewriteCond RewriteRule
But I have no clue where to start with this. If I read about the first one for example https://httpd.apache.org/docs/2.4/mod/mod_dir.html then the default value is DirectoryIndex index.htmlwhich I understand that it's looking first for an index.html file in the web root unless you tell otherwise, but what does this say about allow or not?
Another one the RewriteEngine I have already the line RewriteEbgine On in my htaccess file, but again what does this say about allow or not?
I pretty much checked the Apache docs for all of them listed here, but I'm still in the dark here. Who can shed some light on this for me? :)