blob: 311e8a0025210fdf9d7f45774380b4bd4cd29a11 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<IfModule mod_alias.c>
Alias /phppgadmin/ "@PHPPGBASE@/"
</IfModule>
<Directory "@PHPPGBASE@">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
|