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

前端 未结 9 724
灰色年华
灰色年华 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条回答
  •  渐次进展
    2020-12-13 01:05

    Nothing worked for me but following thing was awesome:

    1) Open

    httpd-xampp.conf

    which is at

    /opt/lampp/etc/extra/

    2) Find

    3) Now just add Require all granted before

    4) So the code will look like this
    AllowOverride AuthConfig Limit Order allow,deny Allow from all Require all granted

    5) Now finally Restart the xampp with this command /opt/lampp/lampp restart

    That's it and you are Done!

    It also work with xampp. :)

提交回复
热议问题