0626499e8b
by Sergio Jimenez. The full change list since 2.4 is not available, and even the changes in 3.x line are too numberous to list. See package file HISTORY for details. Highlights include much more complete support for various PostgreSQL features, full support for version up to and including 8.0 beta1, localization to many languages.
10 lines
196 B
Text
10 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>
|