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