Skip to content

Commit 81e3625

Browse files
authored
Clarify section on Apache modules (#219)
The previous text was slightly misleading because not all modules are a requirement for TYPO3. But the current modules are used in the default .htaccess. Addressing this and adding a link to the .htaccess file in the core makes it more clear and makes it easier for people to followup and check the requirements and how they are used - even if they have not yet installed TYPO3.
1 parent cde769c commit 81e3625

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/SystemRequirements/Apache.rst.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ During the initial installation, TYPO3's default :file:`.htaccess` file is copie
1010

1111
**Apache Modules**
1212

13-
The following Apache modules are required:
13+
The following Apache modules are required. The list is based on what is used in
14+
the default TYPO3
15+
`.htaccess <https://github.com/TYPO3/typo3/blob/main/typo3/sysext/install/Resources/Private/FolderStructureTemplateFiles/root-htaccess>`__.
16+
In some cases, it is not a "hard" requirement, but is strongly recommended for
17+
security or performance reasons, but you can also handle the desired outcome
18+
in a different way with a different module.
1419

1520
mod_alias:
1621
Block access to vcs directories

0 commit comments

Comments
 (0)