]> git.pld-linux.org Git - packages/phpMyAdmin.git/blob - phpMyAdmin.conf
- allow everyone to access it by default (keep old way of working)
[packages/phpMyAdmin.git] / phpMyAdmin.conf
1 Alias /myadmin /usr/share/phpMyAdmin
2 <Directory "/usr/share/phpMyAdmin">
3         Order allow,deny
4         Allow from localhost
5         Allow from all
6 </Directory>
7                                 
This page took 0.029561 seconds and 4 git commands to generate.