1 Star 0 Fork 0

ly1011/jouviance

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nginx.htaccess 203 Bytes
一键复制 编辑 原始数据 按行查看 历史
ly1011 提交于 2019-10-31 22:52 . 初始化
if (!-e $request_filename)
{
#地址作为将参数rewrite到index.php上。
rewrite ^/(.*)$ /index.php/$1;
#若是子目录则使用下面这句,将subdir改成目录名称即可。
#rewrite ^/subdir/(.*)$ /subdir/index.php/$1;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/fengchen2046/jouviance.git
git@gitee.com:fengchen2046/jouviance.git
fengchen2046
jouviance
jouviance
master

搜索帮助