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

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

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

显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles -bool true
相反要不显示输入 defaults write com.apple.finder AppleShowAllFiles -bool false

posted @ 2021-05-17 16:40  rab3it  阅读(128)  评论(0编辑  收藏  举报