I try to install postgreSql on my wampserver
So I follow some tutorial and some other...
But when I access to localhost/phppgadmin/, an error oc
localhost/phppgadmin/
I solve the problem by entering the line:
Require local
in the phppgadmin.conf:
# Fichier phppgadmin.conf Alias /phppgadmin "C:/wamp/apps/phppgadmin5.1/" Options Indexes FollowSymLinks MultiViews AllowOverride all Require local Order Deny,Allow Allow from all