<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_AnyKoro_分类_nginx</title><id>http://feed.cnblogs.com/blog/u/53802/category/312689/rss</id><updated>2012-05-27T23:40:03Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/category/312689.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/53802/category/312689/rss"/><entry><id>http://www.cnblogs.com/JosephLiu/archive/2011/07/29/2120609.html</id><title type="text">nginx配置支持php的pathinfo模式配置方法</title><summary type="text">nginx模式不支持pathinfo模式，类似info.php/hello形式的url会被提示找不到页面。下面的通过正则找出实际文件路径和pathinfo部分的方法，让nginx支持pathinfo。在使用Concrete5 CMS的程序时候，会遇到这种情况。（不过还是推荐apache）nginx配置实例：## 在nginx.conf的server部分：server { listen 80; server_name www.xxx.com xxx.com; location ~ \.php { include sfcgi.conf; include fcgi.conf }}##要点： \.ph</summary><published>2011-07-29T01:34:00Z</published><updated>2011-07-29T01:34:00Z</updated><author><name>AnyKoro</name><uri>http://www.cnblogs.com/JosephLiu/</uri></author><link rel="alternate" href="http://www.cnblogs.com/JosephLiu/archive/2011/07/29/2120609.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/JosephLiu/archive/2011/07/29/2120609.html"/><content type="html"/></entry></feed>
