4 Star 0 Fork 0

邓云溪 / 扎不漏

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 731 Bytes
一键复制 编辑 原始数据 按行查看 历史
邓云溪 提交于 2017-11-06 14:17 . no commit message
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [L,QSA,E=PATH_INFO:$1]
RewriteCond %{SCRIPT_FILENAME} \.php [NC]
RewriteCond % !^$
RewriteRule ^/?application/.*\.php - [F]
RewriteRule ^/?backup/.*\.php - [F]
RewriteRule ^/?extend/.*\.php - [F]
#RewriteRule ^/?install/.*\.php - [F]
RewriteRule ^/?miniapp/.*\.php - [F]
RewriteRule ^/?plugins/.*\.php - [F]
RewriteRule ^/?public/.*\.php - [F]
RewriteRule ^/?runtime/.*\.php - [F]
RewriteRule ^/?template/.*\.php - [F]
RewriteRule ^/?thinkphp/.*\.php - [F]
RewriteRule ^/?topthink/.*\.php - [F]
RewriteRule ^/?vendor/.*\.php - [F]
</IfModule>
PHP
1
https://gitee.com/yunxi59/ZhaBuLou.git
git@gitee.com:yunxi59/ZhaBuLou.git
yunxi59
ZhaBuLou
扎不漏
master

搜索帮助