1 Star 0 Fork 14

小鱼的心 / DocCMS

forked from husky / DocCMS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 921 Bytes
一键复制 编辑 原始数据 按行查看 历史
husky 提交于 2021-03-27 18:01 . 2021修复
# BEGIN DOCCMS
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,PT,L]
#一级目录禁止
RewriteCond %{REQUEST_URI} ^/(config|content|editor|keditor|inc|setup|skins|temp|upload|xml)(/|)$ [NC]
RewriteRule .*$ - [F,L]
#二级以及更深目录禁止
RewriteCond %{REQUEST_URI} ^/(admini|config|content|editor|keditor|inc|setup|skins|temp|xml)/(.*)[^\.(js|css|gif|jpg|jpeg|png|swf|html|mp3)]$ [NC]
RewriteRule .*$ - [F,L]
#禁用php文件 editor xml 除外
RewriteCond %{REQUEST_URI} ^/(config|content|skins|temp|upload)/.*\.(php|jsp|asp|aspx|cgi|sql|lock)$ [NC]
RewriteRule .*$ - [F,L]
RewriteCond %{REQUEST_URI} ^/admini/(.+)[^index|login|html].*\.php$ [NC]
RewriteRule .*$ - [F,L]
RewriteCond %{REQUEST_URI} ^/inc/(.+)[^verifycode|lable/lable|lable/lable_edit|pay/alipay|pay/tenpay|models/index].*\.php$ [NC]
# END DOCCMS
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/iskyu/DocCMS.git
git@gitee.com:iskyu/DocCMS.git
iskyu
DocCMS
DocCMS
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891