当前位置:网站首页>fastadmin 安装后访问后台提示模块不存在
fastadmin 安装后访问后台提示模块不存在
2022-06-27 08:31:00 【木子李826】
如下图加上这句试一下 rewrite ^(.+?\.php)(/.+)$ /$1?s=$2 last;
location / {
if (!-e $request_filename) {
rewrite ^(.+?\.php)(/.+)$ /$1?s=$2 last;# 加上这一句配置试试
rewrite ^(.*)$ /index.php?s=$1 last;
#rewrite ^(.*)$ /EtxTQIoerX.php?s=$1 last;
break;
}
}边栏推荐
- How much memory does the data type occupy? LongVsObject
- 【云原生】2.3 Kubernetes 核心实战(上)
- [c++ primer notes] Chapter 4 expression
- 2022.06.26(LC_6100_统计放置房子的方式数)
- 看看volatile你深知多少
- SPARQL基础入门练习
- IMX8QXP DMA资源和使用(未完结)
- 並發編程JUC的AQS底層源碼
- Redis configuration file details
- [notes on c++ primer] Chapter 3 string, vector and array
猜你喜欢

IMX8QXP DMA资源和使用(未完结)

VIM from dislike to dependence (19) -- substitution

Filter filter

Enumeration? Constructor? Interview demo

ServletConfig与ServletContext
![[10. difference]](/img/15/ffd93da75858943fe887de1718e0f6.png)
[10. difference]

并发编程JUC的AQS底层源码

Redis master-slave replication and sentinel mode

Oracle uses an SQL to find out which data is not in a table

ZABBIX deployment instructions (server+win client + switch (H3C))
随机推荐
100%弄明白5种IO模型
Persistence mechanism of redis
Analysis of key technologies for live broadcast pain points -- second opening, clarity and fluency of the first frame
Redis配置文件详解
[notes on c++ primer] Chapter 3 string, vector and array
直接修改/etc/crontab 文件内容,定时任务不生效
DV scroll board width of datav rotation table component
IO管脚配置和pinctrl驱动
VIM from dislike to dependence (20) -- global command
Code source AQS sous - jacent pour la programmation simultanée juc
About the problem that the El date picker Click to clear the parameter and make it null
Lvgl description 3 about the use of lvgl Guide
ServletConfig与ServletContext
针对直播痛点的关键技术解析——首帧秒开、清晰度、流畅度
Correctly understand MySQL mvcc
Modify the contents of /etc/crontab file directly, and the scheduled task will not take effect
内部类~锁~访问修饰符
CLassLoader
2022.06.26(LC_6100_统计放置房子的方式数)
[ 扩散模型(Diffusion Model) ]