From b471c655583c96fb2cfb87d5b6c0d1e3773ec4f7 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 30 Jan 2007 18:33:08 +0000 Subject: [PATCH] added note on .htaccess files --- lam/docs/README.security.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lam/docs/README.security.txt b/lam/docs/README.security.txt index a3940c81..3f1dea28 100644 --- a/lam/docs/README.security.txt +++ b/lam/docs/README.security.txt @@ -32,3 +32,14 @@ encrypted. +5. Apache configuration + + LAM includes several .htaccess files to protect your configuration files and temporary + data. Apache is often configured to not use .htaccess files by default. + Therefore, please check your Apache configuration and change the override setting to: + + AllowOverride All + + If you are experienced in configuring Apache then you can also copy the security settings + from the .htaccess files to your main Apache configuration. +