mac PHP配置

1、

mac 下给文件夹增加权限:

chmod -R 777 /Users/houzhibin/javaself

解决问题:403,Server unable to read htaccess file, denying access to be safe

2、xdebug与php版本对标,php7.1对xdebug2.8.0;

3、Apache 服务启动:

bogon:etc houzhibin$ sudo apachectl restart
bogon:etc houzhibin$ sudo apachectl stop
bogon:etc houzhibin$ sudo apachectl stop

配置参考:

https://www.jianshu.com/p/a060d3e2885c

猜你喜欢

转载自www.cnblogs.com/hoge66/p/11871657.html