mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-30 13:21:30 +01:00
39 lines
989 B
ApacheConf
39 lines
989 B
ApacheConf
Alias /dolibarr /usr/share/dolibarr/htdocs
|
|
|
|
<DirectoryMatch /usr/share/dolibarr/htdocs>
|
|
Options +FollowSymLinks +Indexes
|
|
|
|
ErrorDocument 401 /public/error-401.php
|
|
ErrorDocument 404 /public/error-404.php
|
|
|
|
<IfModule mod_php4.c>
|
|
php_flag magic_quotes_gpc Off
|
|
php_flag register_globals Off
|
|
</IfModule>
|
|
|
|
</DirectoryMatch>
|
|
|
|
<DirectoryMatch /usr/share/dolibarr/htdocs/public/>
|
|
AllowOverride All
|
|
Order deny,allow
|
|
Allow from all
|
|
</DirectoryMatch>
|
|
|
|
#<DirectoryMatch /usr/share/dolibarr/htdocs/public/adherents/priv_*>
|
|
# Options Indexes FollowSymLinks
|
|
# AllowOverride All
|
|
# Order deny,allow
|
|
# Deny from all
|
|
#
|
|
# AuthType Basic
|
|
# Auth_MySQL_Authoritative on
|
|
# Auth_MySQL_DB dolibarr
|
|
# Auth_MySQL_Password_Table llx_adherent
|
|
# Auth_MySQL_Username_Field login
|
|
# Auth_MySQL_Password_Field pass
|
|
# Auth_MySQL_Encrypted_Passwords off
|
|
# AuthName "Adherents"
|
|
#
|
|
# require valid-user
|
|
# satisfy any
|
|
#</DirectoryMatch> |