mac系统创建.开头文件.htaccess

thinkphp5 隐藏index.php的时候需要用的.htaccess文件,但是mac默认不让创建这种文件

 

感谢

https://blog.csdn.net/gyz413977349/article/details/44258897

在mac终端里面运行下面的显示 隐藏文件,就可以创建.文件了

显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles -bool true
相反要不显示输入 defaults write com.apple.finder AppleShowAllFiles -bool false
posted @ 2018-11-13 17:51  西瓜霜  阅读(1351)  评论(0编辑  收藏  举报