Heim >Backend-Entwicklung >PHP-Tutorial >LNMP 配置NGINX 支持THINKPHP PATHINFO模式

LNMP 配置NGINX 支持THINKPHP PATHINFO模式

WBOY
WBOYOriginal
2016-07-28 08:30:081520Durchsuche

在支付宝回调,和微信回调方法中。正常不支持参数中带 ?s= ,所以要开启THINKPHP 的PATHINFO模式 。

THINKPHP 官方论坛 和网络上很多NGINX配置教程不是太完善的。

我一直比较喜欢使用lnmp.org配置服务器环境。

所以本文将介绍 LNMP 配置NGINX 支持THINKPHP PATHINFO模式 。

方法很简单 。

1,修改PHP.INI 支持 PHPINOF

PHP配置文件:/usr/local/php/etc/php.ini

更改php.ini
找到:cgi.fix_pathinfo=0
更改为:cgi.fix_pathinfo=1

 LNMP 配置NGINX 支持THINKPHP PATHINFO模式

2.修改nginx对应配置文件

/usr/local/nginx/conf/vhost/你的域名配置文件

去掉include pathinfo的#,在try_files前加#;

 LNMP 配置NGINX 支持THINKPHP PATHINFO模式
3.重启lnmp即可。

lnmp restart

转载,原文地址:http://my.oschina.net/caomenglong/blog/660529

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介绍了 LNMP 配置NGINX 支持THINKPHP PATHINFO模式,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn