zonglonglong

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

分类:

技术点:

相关文章:

  • 2021-10-22
  • 2021-08-11
  • 2021-12-25
  • 2021-05-29
  • 2021-11-19
  • 2021-08-12
  • 2021-12-12
  • 2021-09-25
猜你喜欢
  • 2021-12-04
  • 2022-01-08
  • 2022-01-12
  • 2021-10-31
  • 2021-04-25
  • 2021-05-17
相关资源
相似解决方案