PostgreSQL
 sql >> Base de données >  >> RDS >> PostgreSQL

http://localhost/phppgadmin/ -> 403 Interdit

Je résous le problème en saisissant la ligne :

Require local

dans le phppgadmin.conf :

# Fichier phppgadmin.conf
Alias /phppgadmin "C:/wamp/apps/phppgadmin5.1/"

<Directory "C:/wamp/apps/phppgadmin5.1/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
    Require local
    Order Deny,Allow
    Allow from all
</Directory>