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

后端 未结 2 1073
臣服心动
臣服心动 2021-01-01 05:03

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

2条回答
  •  再見小時候
    2021-01-01 05:16

    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
    
    

提交回复
热议问题