mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-25 10:51:34 +01:00
48 lines
1.1 KiB
ApacheConf
48 lines
1.1 KiB
ApacheConf
Alias /dolibarr /usr/share/dolibarr
|
|
|
|
<DirectoryMatch /usr/share/dolibarr/>
|
|
Options +FollowSymLinks +Indexes
|
|
|
|
ErrorDocument 401 /public/error-401.html
|
|
|
|
<IfModule mod_php4.c>
|
|
php_flag magic_quotes_gpc Off
|
|
php_flag track_vars On
|
|
php_flag register_globals On
|
|
</IfModule>
|
|
|
|
</DirectoryMatch>
|
|
|
|
<DirectoryMatch /usr/share/dolibarr/public/>
|
|
AllowOverride All
|
|
Order deny,allow
|
|
Allow from all
|
|
</DirectoryMatch>
|
|
|
|
<DirectoryMatch /usr/share/dolibarr/theme/>
|
|
AllowOverride All
|
|
Order deny,allow
|
|
Allow from all
|
|
</DirectoryMatch>
|
|
|
|
#<DirectoryMatch /usr/share/dolibarr/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>
|
|
#
|
|
|