nginx php7.3 本地电脑安装报错,显示404,找不到页面,怎么解决
系统本地安装报错404
步步高升 更新于 安装使用 2023-03-19 12:52:10
最后编辑于
2023-03-19
12:52:10
4
990
回复(4)
板凳
发布于 2021-11-27 00:37:12
回复
地板
ng需要配置以下伪图像:
```
location / {
#Redirect所有非真实文件到index.php try_files $uri $uri//index.php$is_args$args; } #如果要前后端单域名location /admin { try_files $uri $uri//admin/index.php$is_args$args; } location /mobile { try_files $uri $uri/ /mobile/index.php$is_args$args; }
```
发布于 2021-11-28 18:04:19
回复
Re :
内容精选
-
ShopWind多商户旗舰版V4 安装部署流程
2023-03-11 17:37:46 3807
-
使用phpstudyPro发布网站到服务器后,使用相对地址的图片资源无法访问
2022-10-11 04:58:03 2837
-
ShopWind开源电商系统V3.4.2更新,新增主图视频
2022-09-08 17:01:22 3606
-
ShopWind V3.4.3 更新 | webIM 客服模块新体验
2022-08-31 10:28:59 4222
-
ShopWind开源电商系统V3.4.2优化更新,淘宝京东数据采集
2022-04-16 14:01:18 4117
-
ShopWind开源电商系统V3.4.1发布,新版支付接口支持原路返回
2022-02-16 14:01:18 3960
-
【教程】ShopWind开源电商系统 - 全新微信支付API v3接口配置
2022-01-04 00:48:00 3556
-
ShopWind开源电商系统微商城H5发布(uniapp-H5)
2021-12-24 17:20:14 3700
联系我们
-
关注公众号
系统更新,推送提醒 -
技术交流Q群
安装使用,开发交流