该问题已被锁定!
2
关注
2855
浏览

管理员登录时报404

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
fanta 超级管理员 用户来自于: 安徽省合肥市
2021-08-23 15:10

使用集成面板安装,如宝塔,小皮等,那里有集成的配置,包括伪静态

zhangqing113 初级会员 用户来自于: 安徽省合肥市
2021-08-23 08:59

还是伪静态的问题,少写了几行代码


user www;
worker_processes 1;
events {
worker_connections 1024;
}


http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;

server {
listen 80;
server_name www.yelook.com;
root /home/www/htdocs;

location / {
index index.html index.htm index.php;
autoindex on;
if (!-e $request_filename)
{
rewrite ^(.*)$ /index.php;
}
}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}

# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_split_path_info ^((?U).+\.php)(/?.+)$;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;

include fastcgi_params;
}
}
}

貌似就少了这2行。加上就ok了。

不容易



关于作者

问题动态

发布时间
2021-08-20 16:03
更新时间
2021-08-23 15:10
关注人数
2 人关注

相关问题

Warning: strstr() 换上Metro风格之后发现无法登录
WeCenter能实现单点登录吗?
为何登录后调用AWS_APP::session() 返回null 呢?
有没有办法设置打开网站首页默认先进入登录界面?
发现页面怎样才能只调用登录会员自己发起的内容?
提问时报错 php fatal error:class 'push_index_class'
3.1.9安装在BBS目录,管理员登录返回地址错误?
手机第三方QQ登陆,登陆成功了,还显示未登录,怎么办??
官方增加了QQ登录
wecenter官网,我们多位移动网用户均无法登录

推荐内容

更新威望数据 出错。。
安装的时候数据库无法连接的问题
关于wecenter 3.2.0的安装问题,一直不成功,是什么原因?
关于近期问阿里云如何安装WECENTER的提示。
3.19版本上传了为什么解压出来只有4K啊
误删install.lock.php,除了重装,还有其他方式么
ask.icheruby.com 安装后无法正常使用
phpenv安装wecenter ,把默认目录设置为wecenter根目录下的public后,图片显示不正常
Centos7部署WeCenter问答系统遇到的一些问题以及解决方法
安装时提示× WeCenter 至少需要有 GD 图象处理库才能正常运行