解決策はここにあります 。要約は次のとおりです:
/opt/lampp/etc/extra/httpd-xampp.conf
を編集します 。
Require all granted
という行を追加します <Directory "/opt/lampp/phpmyadmin">
の下部に 次のようにブロックします:
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
</Directory>