Skip to content

Conversation

@sypets
Copy link
Contributor

@sypets sypets commented Jul 23, 2022

The module is NOT required for TYPO3. In fact, in the
default TYPO3 .htaccess directory listings are disabled:

<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>

The module mod_autoindex is not required to disable the
directoriy listings. It provides the directory listings
in the first place (which can then be disabled).

So, if one wants to add the module, they can, but it is
not a requirement for TYPO3.

The module is NOT required for TYPO3. In fact, in the
default TYPO3 .htaccess directory listings are disabled:

`<IfModule mod_autoindex.c>`
        Options -Indexes
`</IfModule>`

The module mod_autoindex is not required to disable the
directoriy listings. It provides the directory listings
in the first place (which can then be disabled).

So, if one wants to add the module, they can, but it is
not a requirement for TYPO3.
@sypets
Copy link
Contributor Author

sypets commented Jul 23, 2022

Additional comment: I think the original list of modules was compiled by what is in the default .htaccess. That is why mod_autoindex was in there in the first place.

@linawolf linawolf merged commit 75af92b into TYPO3-Documentation:main Jul 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants