Adding an example htaccess file to protect the folder "documents"
This commit is contained in:
parent
50f262175a
commit
3e3e3883c0
4
README
4
README
@ -39,6 +39,10 @@ install this version like this:
|
||||
|
||||
- Follow instructions provided by installer...
|
||||
|
||||
- If your web hosting does not allow you to place the folder "documents" outside
|
||||
the site root, add the /dev/security/htaccess.txt in the root directory of
|
||||
folder "documents" by renaming .htaccess
|
||||
|
||||
|
||||
II - DOLIBARR UPGRADE
|
||||
---------------------
|
||||
|
||||
@ -41,6 +41,11 @@ installer Dolibarr avec cette version de la manière suivante:
|
||||
|
||||
- Suivez les instructions fournis par l'installeur...
|
||||
|
||||
- Si votre hébergement ne permet pas de placer le répertoire "documents" en dehors
|
||||
de la racine du site, ajoutez le fichier /dev/security/htaccess.txt à la racine
|
||||
du répertoire documents en le renommant en .htaccess
|
||||
|
||||
|
||||
|
||||
II - METTRE A JOUR DOLIBARR
|
||||
---------------------------
|
||||
|
||||
6
dev/security/README
Normal file
6
dev/security/README
Normal file
@ -0,0 +1,6 @@
|
||||
README (English)
|
||||
--------------------------------
|
||||
|
||||
If your web hosting does not allow you to place the folder "documents" outside
|
||||
the site root, add the htaccess.txt in the root directory of
|
||||
folder "documents" by renaming .htaccess
|
||||
2
dev/security/htaccess.txt
Normal file
2
dev/security/htaccess.txt
Normal file
@ -0,0 +1,2 @@
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
Loading…
Reference in New Issue
Block a user