Curious if Nicholas and the Akeeba team have an opinion or guidance about the recommended code update noted in the post-installation text message below.code update.
Reviewing the .htaccess files generated by AdminTools .htaccess Maker, neither the old or new code exists.
Please advise.
Thanks! SL
-----------------------------------
.htaccess Update Concerning Directory Listings
Since version 3.9.22
Before 3.9.22 the default htaccess.txt file contained erroneous code meant for disabling directory listings. The security team recommends to manually apply the necessary changes to any existing .htaccess file, as this file can not be updated automatically.
The old code:
<IfModule autoindex> IndexIgnore * </IfModule>
The new code:
<IfModule mod_autoindex.c> IndexIgnore * </IfModule>