tell user to protect the conf directory

otherwise settings.xml will be visible to the world.
This commit is contained in:
Uwe Steinmann 2015-11-09 09:16:13 +01:00
parent 525dc8a9ea
commit 1f89b476a2

View File

@ -231,7 +231,15 @@ full text search engine support, you will also need to unpack
but not accessible through the web.
For security reason the data folder should not be inside the public folders
or should be protected by a .htaccess file.
or should be protected by a .htaccess file. The folder containing the
configuration (settings.xml) must be protected by an .htaccess file like the
following.
> <Files ~ "^settings\.xml">
> Order allow,deny
> Deny from all
> </Files>
If you install SeedDMS for the first time continue with the database setup.