From 7fb5cbcf1d770764bbd04138938ce55295ed0460 Mon Sep 17 00:00:00 2001 From: Thorsten Rinne Date: Sat, 11 Jan 2025 18:16:58 +0100 Subject: [PATCH] docs: added hint about mod_security issues --- docs/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation.md b/docs/installation.md index 8b4ccda845..e231629731 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -35,6 +35,7 @@ You should also ensure you have `AllowOverride All` set in the `` and that the `.htaccess` file processes correctly, and rewrite rules take effect. Please check, if your path in `RewriteBase` is correct. By default, it's `/`, the root path. If you installed phpMyFAQ in the folder `faq`, it has to be `RewriteBase /faq/`. +Please be aware that modules like `mod_security` can cause problems with the installation and/or update process. ### Database requirements