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 occurs:
Forbidden
You don't have permission to access /phppgadmin/ on this server.
Though I active php_pgsql and php_pdo_pgsql in PHP extensions...
My phppgadmin.conf:
# File phppgadmin.conf
Alias /phppgadmin "C:/wamp/apps/phppgadmin5.1/"
<Directory "C:/wamp/apps/phppgadmin5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
</Directory>
Thanks for help !
I solve the problem by entering the line:
Require local
in the 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>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With