<?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>Comments on: ISAPI Rewrite 3 下载及常用 301 规则</title>
	<atom:link href="http://www.lesishu.com/net/isapi-rewrite-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lesishu.com/net/isapi-rewrite-3/</link>
	<description>专注于外贸电子商务SEO营销推广，包括SEO资料及应用中的心得体会，搜索引擎观察与思考。</description>
	<lastBuildDate>Thu, 02 Feb 2012 05:47:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: chaos</title>
		<link>http://www.lesishu.com/net/isapi-rewrite-3/#comment-4806</link>
		<dc:creator>chaos</dc:creator>
		<pubDate>Thu, 01 Jul 2010 06:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesishu.cn/?p=999#comment-4806</guid>
		<description>博主，你的绿色版下载失效了</description>
		<content:encoded><![CDATA[<p>博主，你的绿色版下载失效了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lesishu.com/net/isapi-rewrite-3/#comment-3904</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 01 May 2010 09:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesishu.cn/?p=999#comment-3904</guid>
		<description>你好，这个rewrite是自己定义的么？还是有模板可以遵循？</description>
		<content:encoded><![CDATA[<p>你好，这个rewrite是自己定义的么？还是有模板可以遵循？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.lesishu.com/net/isapi-rewrite-3/#comment-2493</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Thu, 15 Oct 2009 05:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesishu.cn/?p=999#comment-2493</guid>
		<description>iis的虚拟空间，支持httpd.ini，按博主说的，怎么不起作用？</description>
		<content:encoded><![CDATA[<p>iis的虚拟空间，支持httpd.ini，按博主说的，怎么不起作用？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LXH</title>
		<link>http://www.lesishu.com/net/isapi-rewrite-3/#comment-1878</link>
		<dc:creator>LXH</dc:creator>
		<pubDate>Thu, 30 Apr 2009 07:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesishu.cn/?p=999#comment-1878</guid>
		<description>这得有自己的服务器吧，我买的虚拟空间杂办。？</description>
		<content:encoded><![CDATA[<p>这得有自己的服务器吧，我买的虚拟空间杂办。？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 樂思蜀</title>
		<link>http://www.lesishu.com/net/isapi-rewrite-3/#comment-1671</link>
		<dc:creator>樂思蜀</dc:creator>
		<pubDate>Wed, 25 Feb 2009 07:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesishu.cn/?p=999#comment-1671</guid>
		<description>就像你回复中那样，默认首页不正确，改成现在的，应该能解决的。</description>
		<content:encoded><![CDATA[<p>就像你回复中那样，默认首页不正确，改成现在的，应该能解决的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 林网博客</title>
		<link>http://www.lesishu.com/net/isapi-rewrite-3/#comment-1670</link>
		<dc:creator>林网博客</dc:creator>
		<pubDate>Wed, 25 Feb 2009 03:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesishu.cn/?p=999#comment-1670</guid>
		<description>个人服务器用免费版本就可；商业版本还是有很多必须功能的。

针对不同站点的防止外链指定，就需要商业版本功能。免费版本以前测试过，没用</description>
		<content:encoded><![CDATA[<p>个人服务器用免费版本就可；商业版本还是有很多必须功能的。</p>
<p>针对不同站点的防止外链指定，就需要商业版本功能。免费版本以前测试过，没用</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond</title>
		<link>http://www.lesishu.com/net/isapi-rewrite-3/#comment-1664</link>
		<dc:creator>Raymond</dc:creator>
		<pubDate>Tue, 24 Feb 2009 09:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.lesishu.cn/?p=999#comment-1664</guid>
		<description>樂思蜀,你好,

我参照你之前的一篇文章,通过修改.htaccess文件来对网址做规范化.

现在出现的一个问题是,所有链接到www.mydomain.com都会跳转到www.mydomain.com/index.html,而我并不希望这样, 
请教一下,下面的代码哪儿出错了吗?
============================================
rewriteEngine on
rewriteCond %{http_host} ^mydomain.com [NC]
rewriteRule ^(.*)$ http://www.mydomain.com/$1 [R=301,L]

RewriteEngine on
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://www.mydomain.com/ [R=301,L]
=============================================

PS:我的其他几个站点,使用一样的代码,却没这个问题,我实在不明白错在哪了...

谢谢</description>
		<content:encoded><![CDATA[<p>樂思蜀,你好,</p>
<p>我参照你之前的一篇文章,通过修改.htaccess文件来对网址做规范化.</p>
<p>现在出现的一个问题是,所有链接到www.mydomain.com都会跳转到www.mydomain.com/index.html,而我并不希望这样,<br />
请教一下,下面的代码哪儿出错了吗?<br />
============================================<br />
rewriteEngine on<br />
rewriteCond %{http_host} ^mydomain.com [NC]<br />
rewriteRule ^(.*)$ <a href="http://www.mydomain.com/$1" rel="nofollow">http://www.mydomain.com/$1</a> [R=301,L]</p>
<p>RewriteEngine on<br />
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/<br />
RewriteRule ^index\.php$ <a href="http://www.mydomain.com/" rel="nofollow">http://www.mydomain.com/</a> [R=301,L]<br />
=============================================</p>
<p>PS:我的其他几个站点,使用一样的代码,却没这个问题,我实在不明白错在哪了...</p>
<p>谢谢</p>
]]></content:encoded>
	</item>
</channel>
</rss>

