<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：Nginx访问二级目录后/(反斜杠)无法访问问题的解决办法</title>
	<atom:link href="http://blog.licess.org/nginx_question1/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.licess.org/nginx_question1/</link>
	<description>关注VPS Linux Nginx MySQL PHP WEB开发 系统管理 服务器架构 Debian CentOS</description>
	<lastBuildDate>Wed, 01 Sep 2010 02:55:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：Nginx 目录自动加斜线”/” &#124; AAVPS</title>
		<link>http://blog.licess.org/nginx_question1/comment-page-1/#comment-5473</link>
		<dc:creator>Nginx 目录自动加斜线”/” &#124; AAVPS</dc:creator>
		<pubDate>Mon, 26 Apr 2010 02:26:35 +0000</pubDate>
		<guid isPermaLink="false">/articles/205#comment-5473</guid>
		<description>[...] 原来使用的自动添加斜线”/”的解决方法,通过查询Nginx wiki找到了更好的解决方法: [...]</description>
		<content:encoded><![CDATA[<p>[...] 原来使用的自动添加斜线”/”的解决方法,通过查询Nginx wiki找到了更好的解决方法: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：Nginx 目录自动加斜线”/” - VPS侦探</title>
		<link>http://blog.licess.org/nginx_question1/comment-page-1/#comment-5444</link>
		<dc:creator>Nginx 目录自动加斜线”/” - VPS侦探</dc:creator>
		<pubDate>Sat, 24 Apr 2010 19:16:18 +0000</pubDate>
		<guid isPermaLink="false">/articles/205#comment-5444</guid>
		<description>[...] Nginx 目录自动加斜线”/” 2010年04月25日 上午 &#124; 作者：VPSer最近lnmp一键安装包的部分用户反映在访问http://www.lnmp.org/phpmyadmin时，因为域名结尾没有加斜线”/”而原来使用的自动添加斜线”/”的解决方法,通过查询Nginx wiki找到了更好的解决方法:在nginx.conf中http{ ... server_name_in_redirect off;   //自动添加斜线”/”语句 ... }Nginx wiki 官网介绍:http://wiki.nginx.org/NginxHttpCoreModule#server_name_in_redirect  转载请注明出处：VPS侦探 http://www.VPSer.Net相关文章：Linux VPS上配置Nginx反向代理LNMP一键安装包 0.4发布Nginx+Apache搭建前后端web生产环境[转]Linux VPS Nginx+PHP环境下ionCube安装教程nginx-RRD stats &#8211; Nginx图形化监控工具Nginx打开目录浏览功能(autoindex)LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包Nginx常用Rewrite(伪静态规则)Nginx 下Discuz不能上传问题的解决方法VPS初始化及Nginx+MySQL+PHP/PHPMyAdmin安装优化google_ad_client = &quot;pub-3421055613838817&quot;; /* 468x15, 创建于 10-1-6 */ google_ad_slot = &quot;3251390416&quot;; google_ad_width = 468; google_ad_height = 15;   发表评论(评论暂缺) 分类：VPS管理维护 标签： Nginx Tags: Nginx.VPS侦探推荐： DiaHosting、Linode、PhotonVPS、瑞豪开源、VPSYou、第九主机等美国VPS主机。 欢迎加入VPS侦探论坛交流：http://bbs.vpser.net发表评论姓名： *必填邮件： *必填 (不会被公开)网站：点击取消回复/* */ var commentformid = &quot;commentform&quot;; var USERINFO = false; var atreply = &quot;authorlink&quot;; /* */  说明  VPS侦探是一个致力于美国VPS主机推荐、国内VPS主机推荐、VPS主机架设、VPS优化、VPS优惠信息及VPS免费试用的信息共享平台，这里将提供您所需要的关于VPS的价值性服务。 请尊重作者的劳动成果，转载请注明出处。联系我们&amp;加入讨论 邮箱:www@vpser.net , 留言, 论坛。 1号QQ群：7617036(已满) 2号QQ群：15762671(已满) 3号QQ群：20251430(已满) 4号QQ群：101819711 …QQ群会定期清理长期潜水人员 MSN群：www@vpser.net 所有群已满，无法再接受加群申请到论坛发贴求助 Twitter: http://twitter.com/vpserVPS侦探推荐 VPS侦探建立在DiaHosting上。 本站强烈推荐：DiaHosting、Linode、PhotonVPS、瑞豪开源、VPSYou、第九主机等美国VPS主机。美国VPS/服务器/VPN代购：http://shop35337481.taobao.com/ 搜索本站内容 [...]</description>
		<content:encoded><![CDATA[<p>[...] Nginx 目录自动加斜线”/” 2010年04月25日 上午 | 作者：VPSer最近lnmp一键安装包的部分用户反映在访问http://www.lnmp.org/phpmyadmin时，因为域名结尾没有加斜线”/”而原来使用的自动添加斜线”/”的解决方法,通过查询Nginx wiki找到了更好的解决方法:在nginx.conf中http{ ... server_name_in_redirect off;   //自动添加斜线”/”语句 ... }Nginx wiki 官网介绍:http://wiki.nginx.org/NginxHttpCoreModule#server_name_in_redirect  转载请注明出处：VPS侦探 <a href="http://www.VPSer.Net相关文章：Linux" rel="nofollow">http://www.VPSer.Net相关文章：Linux</a> VPS上配置Nginx反向代理LNMP一键安装包 0.4发布Nginx+Apache搭建前后端web生产环境[转]Linux VPS Nginx+PHP环境下ionCube安装教程nginx-RRD stats &#8211; Nginx图形化监控工具Nginx打开目录浏览功能(autoindex)LNMP Debian/Ubuntu下Nginx+MySQL+PHP+phpMyAdmin+Zend一键安装包Nginx常用Rewrite(伪静态规则)Nginx 下Discuz不能上传问题的解决方法VPS初始化及Nginx+MySQL+PHP/PHPMyAdmin安装优化google_ad_client = &quot;pub-3421055613838817&quot;; /* 468x15, 创建于 10-1-6 */ google_ad_slot = &quot;3251390416&quot;; google_ad_width = 468; google_ad_height = 15;   发表评论(评论暂缺) 分类：VPS管理维护 标签： Nginx Tags: Nginx.VPS侦探推荐： DiaHosting、Linode、PhotonVPS、瑞豪开源、VPSYou、第九主机等美国VPS主机。 欢迎加入VPS侦探论坛交流：http://bbs.vpser.net发表评论姓名： *必填邮件： *必填 (不会被公开)网站：点击取消回复/* */ var commentformid = &quot;commentform&quot;; var USERINFO = false; var atreply = &quot;authorlink&quot;; /* */  说明  VPS侦探是一个致力于美国VPS主机推荐、国内VPS主机推荐、VPS主机架设、VPS优化、VPS优惠信息及VPS免费试用的信息共享平台，这里将提供您所需要的关于VPS的价值性服务。 请尊重作者的劳动成果，转载请注明出处。联系我们&amp;加入讨论 邮箱:www@vpser.net , 留言, 论坛。 1号QQ群：7617036(已满) 2号QQ群：15762671(已满) 3号QQ群：20251430(已满) 4号QQ群：101819711 …QQ群会定期清理长期潜水人员 MSN群：www@vpser.net 所有群已满，无法再接受加群申请到论坛发贴求助 Twitter: <a href="http://twitter.com/vpserVPS侦探推荐" rel="nofollow">http://twitter.com/vpserVPS侦探推荐</a> VPS侦探建立在DiaHosting上。 本站强烈推荐：DiaHosting、Linode、PhotonVPS、瑞豪开源、VPSYou、第九主机等美国VPS主机。美国VPS/服务器/VPN代购：http://shop35337481.taobao.com/ 搜索本站内容 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：laohu</title>
		<link>http://blog.licess.org/nginx_question1/comment-page-1/#comment-145</link>
		<dc:creator>laohu</dc:creator>
		<pubDate>Wed, 03 Dec 2008 09:10:53 +0000</pubDate>
		<guid isPermaLink="false">/articles/205#comment-145</guid>
		<description>学习了，不错</description>
		<content:encoded><![CDATA[<p>学习了，不错</p>
]]></content:encoded>
	</item>
</channel>
</rss>
