33 Star 70 Fork 3

speedphp / speed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 190 Bytes
一键复制 编辑 原始数据 按行查看 历史
speedphp 提交于 2015-08-12 13:49 . 加入index.php的判断更精细
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
PHP
1
https://gitee.com/SpeedPHP/speed.git
git@gitee.com:SpeedPHP/speed.git
SpeedPHP
speed
speed
master

搜索帮助