I want to add Indexes to a specific subfolder from my root-htaccess. Because of the CMS I use I can’t put that htaccess into the subfolder as one would normally do.
I tried this
/.htaccess
<Directory /path/to/subfolder>
Options +Indexes
</Directory>
but it results in an internal server error.
In Apache manual :
Context: server config, virtual host, so obviously you can not use this directive in.htaccessApache manual