当前位置:网站首页>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;
}
}边栏推荐
- 2022.06.26 (LC Luo 6101 Luo determines whether the matrix is an X matrix)
- 100%弄明白5种IO模型
- Redis installation under Linux
- A classic interview question covering 4 hot topics
- 招聘需求 视觉工程师
- Linux下Redis的安装
- SPARQL basic introductory exercise
- Order by injection of SQL injection
- Lvgl usage demo and instructions 2
- [10. difference]
猜你喜欢
随机推荐
[batch dos-cmd command - summary and summary] - parameters%0,%1,%2,%[0-9],%0-9 in the batch command and batch command parameter position switching command shift, operator% usage in the DOS command
Associated GIS: all roads lead to ue5 City
SPARQL basic introductory exercise
JS EventListener
oracle怎样将字符串转为多行
ArrayList和LinkedList的区别
How much do you know about the cause of amplifier distortion?
Linux下Redis的安装
【mysql篇-基础篇】通用语法1
[13. number and bit operation of 1 in binary]
MATLAB小技巧(18)矩阵分析--熵权法
[batch dos-cmd command - summary and summary] - environment variables, path variables, search file location related instructions - set, path, where, what if there are spaces in the path parameters of
MySQL锁详解
Persistence mechanism of redis
[paper reading] internally semi supervised methods
Eight misunderstandings, broken one by one (final): the cloud is difficult to expand, the customization is poor, and the administrator will lose control?
MySQL环境变量配置的教程
2022.06.26(LC_6100_统计放置房子的方式数)
Oracle uses an SQL to find out which data is not in a table
内部类~锁~访问修饰符








