35 Star 474 Fork 12

shopwind/yii2-shopwind-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nginx.htaccess 265 Bytes
一键复制 编辑 原始数据 按行查看 历史
shopwind 提交于 2021-09-22 11:44 . 初次提交
location / {
#Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /index.php$is_args$args;
}
#If you want a single domain name at the front and back ends
location /admin {
try_files $uri $uri/ /admin/index.php$is_args$args;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/shopwind/yii2-shopwind-h5.git
git@gitee.com:shopwind/yii2-shopwind-h5.git
shopwind
yii2-shopwind-h5
yii2-shopwind-h5
master

搜索帮助