mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
tell user to protect the conf directory
otherwise settings.xml will be visible to the world.
This commit is contained in:
parent
525dc8a9ea
commit
1f89b476a2
10
README.md
10
README.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user