2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/dev/build/exe/doliwamp/phpmyadmin.conf.install
Laurent Destailleur (aka Eldy) c9519a1a5a Move dir build into dev/build
2025-01-05 14:28:07 +01:00

30 lines
555 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>