Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
3e3e3883
Commit
3e3e3883
authored
15 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
README
+4
-0
4 additions, 0 deletions
README
README-FR
+5
-0
5 additions, 0 deletions
README-FR
dev/security/README
+6
-0
6 additions, 0 deletions
dev/security/README
dev/security/htaccess.txt
+2
-0
2 additions, 0 deletions
dev/security/htaccess.txt
with
17 additions
and
0 deletions
README
+
4
−
0
View file @
3e3e3883
...
@@ -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
---------------------
---------------------
...
...
This diff is collapsed.
Click to expand it.
README-FR
+
5
−
0
View file @
3e3e3883
...
@@ -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
---------------------------
---------------------------
...
...
This diff is collapsed.
Click to expand it.
dev/security/README
0 → 100644
+
6
−
0
View file @
3e3e3883
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
This diff is collapsed.
Click to expand it.
dev/security/htaccess.txt
0 → 100644
+
2
−
0
View file @
3e3e3883
Order allow,deny
Deny from all
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment