New XAMPP security concept

解决办法是:

  • 编辑/opt/lampp/etc/extra/httpd-xampp.conf
  • 找到下面一行: <Directory “/opt/lampp/phpmyadmin”>
  • 在下面的</Directory>之前添加:Require all granted
  •  #   Require local 注释掉
  • 添加完成之后的结果类似于:
<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Order allow,deny
    Allow from all
    Require all granted
</Directory>
发表评论?

0 条评论。

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>