摘要:
转自:http://www.laruence.com/2009/11/13/1138.html PATH_INFO是一个CGI 1.1的标准,经常用来做为传参载体. 比如, 我们可以使用PATH_INFO来代替Rewrite来实现伪静态页面, 另外不少PHP框架也使用PATH_INFO来作为路由载体 阅读全文
摘要:
转自:http://blog.csdn.net/qq435792305/article/details/8446679 阅读全文
摘要:
转自:http://blog.csdn.net/woshihaiyong168/article/details/54973353 对于ThinkPHP的URL访问路劲如:http://域名/index.php/Index/BlogTest/read,原先的Nginx的是不支持的pathinfo路劲的 阅读全文
摘要:
第一部分:准备工作。(系统:Windows 8.1) 1.首先是下载软件。 NGINX-1.3.8官网下载:http://nginx.org/en/download.html PHP5.4.8版本下载地址:http://windows.php.net/download/ Mysql5.5.28版本下 阅读全文