48 Star 120 Fork 54

自由自在的小鱼 / DMNovel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.htaccess 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
自由自在的小鱼 提交于 2016-07-22 17:27 . 修正BUG
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
# 如果没有安装mod_rewrite模块,所有的404页面都将被 # 发送到index.php,此时,程序会像没有设置隐藏时一样运行
ErrorDocument 404 index.php
php_value post_max_size 1024M
php_value upload_max_filesize 1024M
PHP
1
https://gitee.com/hbbcs/DMNovel.git
git@gitee.com:hbbcs/DMNovel.git
hbbcs
DMNovel
DMNovel
master

搜索帮助