Skip to content
Snippets Groups Projects
Commit 3e3e3883 authored by Regis Houssin's avatar Regis Houssin
Browse files

Adding an example htaccess file to protect the folder "documents"

parent 50f26217
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,10 @@ install this version like this: ...@@ -39,6 +39,10 @@ install this version like this:
- Follow instructions provided by installer... - 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 II - DOLIBARR UPGRADE
--------------------- ---------------------
......
...@@ -41,6 +41,11 @@ installer Dolibarr avec cette version de la manière suivante: ...@@ -41,6 +41,11 @@ installer Dolibarr avec cette version de la manière suivante:
- Suivez les instructions fournis par l'installeur... - 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 II - METTRE A JOUR DOLIBARR
--------------------------- ---------------------------
......
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
\ No newline at end of file
Order allow,deny
Deny from all
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment