Access to the requested object is only available from the local network phpmyadmin

前端 未结 9 695
灰色年华
灰色年华 2020-12-13 00:29

I just installed xampp 1.8.0 for linux and when I opened phpmyadmin I got this error Access Forbidden!!

New XAMPP security concept:

Access to the requested objec         


        
9条回答
  •  萌比男神i
    2020-12-13 01:04

    Adding to Sekar answer

    Don't forget to restart your XAMPP Server

    Update the accepted answer :

    now you need to comment Require local

    #
    # New XAMPP security concept
    #
    
            #Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    

提交回复
热议问题