12 Star 23 Fork 4

Howard Liu / IXCDN

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.htaccess 182 Bytes
一键复制 编辑 原始数据 按行查看 历史
Howard Liu 提交于 2016-02-21 16:29 . Update .htaccess
RewriteEngine on
#Change your rewrite base
#RewriteBase /dev-cdn/
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?link=$1 [QSA,L]
PHP
1
https://gitee.com/fsgmhoward/IXCDN.git
git@gitee.com:fsgmhoward/IXCDN.git
fsgmhoward
IXCDN
IXCDN
master

搜索帮助