dolibarr/build/exe/doliwamp/phpmyadmin.conf.install
2024-09-06 20:28:06 +08:00

29 lines
556 B
Plaintext

Alias /phpmyadmin "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/"
# NOTE FOR APACHE 2.2:
# To grant access to dolibarr from outside set lines
#
# Order Allow,Deny
# Allow from all
#
# instead of
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# NOTE FOR APACHE 2.3:
# To grant access to dolibarr from outside set lines
#
# Require all granted
#
# instead of
#
# Require local
#
<Directory "WAMPROOT/apps/phpmyadminWAMPPHPMYADMINVERSION/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require local
</Directory>