sql >> Base de Datos >  >> RDS >> PostgreSQL

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

Resuelvo el problema ingresando la línea:

Require local

en el 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>