小红点表示最新或72小时内的更新
XAMPP for Mac 8.0.0 PHP集成环境一键安装包

XAMPP for Mac 8.0.0 PHP集成环境一键安装包

信息
  • 版本8.0.0 VM版
  • 语言英文
  • 大小356.2MB

XAMPP是一个易于安装的Apache发行版,其中包含MariaDB、PHP和Perl。仅仅需要下载并启动安装程序。就这么简单。

XAMPP for Mac 8.0.0 PHP集成环境一键安装包

访问phpmyadmin发现无法用IP访问:

New XAMPP security concept

或者

New XAMPP security concept:

Access to the requested directory is only available from the local network.

This setting can be configured in the file “httpd-xampp.conf”.


If you think this is a server error, please contact the webmaster.

解决办法:

输入命令:

打开/opt/lampp/etc/extra/httpd-xampp.conf文件

找到如下代码:

<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Require local
    ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>

将它改为

<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
    Allow from all
    Require all granted
    ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>

最后重启XAMPP即可。

收藏
下载
  • 版本
  • 大小
  • 更新日期
  • 8.0.0 VM版
  • 356.2MB
  • 2020-12-12
  • [ 百度网盘 提取码: 4a47 ]
  • 8.0.0 安装版
  • 161.4MB
  • 2020-12-12
  • [ 百度网盘 提取码: 8ayy ]
通告
如有下载链接失效,请发送邮件到:macoshome@163.com 我们收到消息后会尽快回应消息。赞助用户安装问题加客服QQ:201863008 在线时间9:00 - 22:30。点我查看部分地区蓝奏云下载链接无法访问问题解决
安装必看
看看相关
随便看看