Why can't I access Xampp's phpmyadmin on localhost? Access is forbidden.

前端 未结 3 1641
北荒
北荒 2020-12-15 09:23

I can access localhost fine on Xampp with phpmyadmin on ubuntu. I can see the contents of /htdocs which I completely cleared and wrote my own for. I want to access phpmyad

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-15 09:55

    Try this

    New XAMPP security concept

    Search in httpd-xampp.conf

    
            Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    
    

    Replace with or remove phpmyadmin

    
            Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    
    

提交回复
热议问题