1 Star 0 Fork 0

哦呵呵/snipe-it

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
sigmoidal 提交于 2021-01-26 22:20 . Update .htaccess (#9001)
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
# Make sure .env files not not browseable if in a sub-directory.
<FilesMatch "\.env$">
# Apache 2.2
<IfModule !authz_core_module>
Deny from all
</IfModule>
# Apache 2.4+
<IfModule authz_core_module>
Require all denied
</IfModule>
</FilesMatch>
</IfModule>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xuchengchao/snipe-it.git
git@gitee.com:xuchengchao/snipe-it.git
xuchengchao
snipe-it
snipe-it
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385