24 Star 146 Fork 33

智汇考题 / PHP版个人博客

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.htaccess 553 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
智汇考题 提交于 2017-12-11 23:12 . [12-11]
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>
PHP
1
https://gitee.com/kesixin/Mamba-Blog.git
git@gitee.com:kesixin/Mamba-Blog.git
kesixin
Mamba-Blog
PHP版个人博客
master

搜索帮助

14c37bed 8189591 565d56ea 8189591