10 lines
194 B
Text
10 lines
194 B
Text
<IfModule mod_alias.c>
|
|
Alias /phppgadmin "@PHPPGBASE@"
|
|
</IfModule>
|
|
|
|
<Directory "@PHPPGBASE@">
|
|
Options Indexes
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|