Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是不可变 htaccess 文件?我读到它应该是来自/用于 php 文件的安全性。没完全看懂,怎么操作?以及如何创建一个?
不可变文件意味着您不能再删除或修改文件
在 unix 上设置不可变属性
chattr +i .htaccess