mac系统创建.开头文件.htaccess
php 隐藏index.php的时候需要用到.htaccess文件,但是mac默认不让创建这种文件
在mac终端里面运行下面的显示 隐藏文件,就可以创建.文件了
显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles -bool true
相反要不显示输入 defaults write com.apple.finder AppleShowAllFiles -bool false
逆水行舟,不进则退。