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
9662879e
Commit
9662879e
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fixed: Permissions
parent
e4b89779
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/debian/apache/.htaccess
+12
-2
12 additions, 2 deletions
build/debian/apache/.htaccess
build/debian/apache/dolibarr.conf
+7
-2
7 additions, 2 deletions
build/debian/apache/dolibarr.conf
with
19 additions
and
4 deletions
build/debian/apache/.htaccess
+
12
−
2
View file @
9662879e
# To disable access
<
IfVersion
>
=
2.3>
Require
all
denied
</
IfVersion
>
<
IfVersion
< 2.3
>
Order
deny,allow
Deny
from
all
Order
deny,
allow
Denied
from
all
</
IfVersion
>
# To allow access
<
IfVersion
>
=
2.3>
Require
all
granted
</
IfVersion
>
<
IfVersion
< 2.3
>
Order
allow,
deny
Allow
from
all
</
IfVersion
>
This diff is collapsed.
Click to expand it.
build/debian/apache/dolibarr.conf
+
7
−
2
View file @
9662879e
...
...
@@ -14,8 +14,13 @@ Alias /dolibarr /usr/share/dolibarr/htdocs
# Directory for web pages
<
Directory
/
usr
/
share
/
dolibarr
/
htdocs
>
Order
deny
,
allow
Allow
from
all
<
IfVersion
>=
2
.
3
>
Require
all
granted
</
IfVersion
>
<
IfVersion
<
2
.
3
>
Order
allow
,
deny
Allow
from
all
</
IfVersion
>
DirectoryIndex
index
.
php
Options
+
FollowSymLinks
+
Indexes
...
...
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