From 0b6d1b4597d781bc71045e7fc4bc4f9c4a71926d Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 13 Jun 2019 09:12:55 +0200 Subject: [PATCH] add example of .htaccess file for data directory --- doc/README.Install.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/README.Install.md b/doc/README.Install.md index bca601437..f7e987dc0 100644 --- a/doc/README.Install.md +++ b/doc/README.Install.md @@ -85,6 +85,26 @@ the `contentOffsetDir` in `settings.xml` to something random, but ensure it is still a valid directory name. If you change contentOffsetDir then do not forget to move `data/1048576` to `data/`. +Example for .htaccess file in data directory +---------------------------------------------- +``` +# line below if for Apache 2.4 + +Require all denied + + +# line below if for Apache 2.2 + +deny from all +Satisfy All + + +# section for Apache 2.2 and 2.4 + +IndexIgnore * + +``` + UPDATING FROM A PREVIOUS VERSION OR SEEDDMS =============================================