使用环境phpstduy 按视频安装后可以进前台,但进入后台就404报错,见图
解决方案,打开phpStudynginxconfvhost.conf文件
在你绑定的域名下:添加注析中间的那段代码
server { listen 80; server_name www.fa.net fa.net; root "D:/php/phpStudy/WWW/fastadmin/public"; location / { index index.html index.htm index.php; #TP5路由重写,实现index.php自动解析 if (!-e $request_filename) { rewrite ^(.*)$ /index.php/$1 last; break; } #实现结束 #autoindex on; }}
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, Fastadmin, ClassCMS, LeCMS, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。