PHPyun人才v5.0vip版在破解版的情况下怎么使用nginx伪静态规则
你可能发现破解版的php云人才系统在nginx下会失效,翻来覆去的找不到原因,其实这个跟环境没有任何关系终究原因在于写法上官方有疏忽,废话少说我直接把正确的贴出来 需要的拿去用把有需要程序代码的可以找我QQ:1814755629
-----------------------------------------------------------------------------------
location ~ \.php(.*)$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_indexindex.php;
try_files $uri $uri/ /index.php?$query_string;
fastcgi_split_path_info^((?U).+\.php)(/?.+)$;
fastcgi_paramSCRIPT_FILENAME$document_root$fastcgi_script_name;
fastcgi_paramPATH_INFO$fastcgi_path_info;
fastcgi_paramPATH_TRANSLATED$document_root$fastcgi_path_info;
include fastcgi_params;
}
找到nginx.conf配置文件
增加:try_files $uri $uri/ /index.php?$query_string;
---------------------------------------------------------------------------------- 问戴维啊 江湖已经没有人才了~ 感谢感谢感谢感谢帮我配置好了 PHPyun程序怎么样呢。
页:
[1]