今天在做一个请求接口的企业站,从apache换到nginx环境,然后报错:
Uncaught SyntaxError: Unexpected token < in JSON at position 0 at JSON.parse (<anonymous>)
找了半天不知道哪里的原因,后来请教大佬排查原因,通过测试才知道是伪静态问题
eyoucms的nginx规则没有写好,正确写法二是官方提供的:
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}
错误写法二如下:
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?p=$1 last;
}
}
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, Fastadmin, ClassCMS, LeCMS, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。