added note on .htaccess files

This commit is contained in:
Roland Gruber 2007-01-30 18:33:08 +00:00
parent 953e00c6aa
commit b471c65558
1 changed files with 11 additions and 0 deletions

View File

@ -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.