<?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>评论：用htaccess实现301永久重定向</title>
	<atom:link href="http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/</link>
	<description>Camel&#039;s FM Blog</description>
	<lastBuildDate>Sun, 24 Apr 2011 17:26:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>由：沉冰浮水</title>
		<link>http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/comment-page-1/#comment-15219</link>
		<dc:creator>沉冰浮水</dc:creator>
		<pubDate>Thu, 19 Aug 2010 06:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/#comment-15219</guid>
		<description>Options +FollowSymLinks这句不是必须的吧。。我现在是这样写的
RewriteEngine on
RewriteCond %{http_host} ^adbeian.tk [NC]
RewriteRule ^(.*)$ http://www.adbeian.tk/$1 [L,R=301]
RewriteEngine on
RewriteCond %{http_host} ^feidian.tk [NC]
RewriteRule ^(.*)$ http://www.feidian.tk/$1 [L,R=301]
RewriteEngine on
RewriteCond %{http_host} ^xn--37q595dihas5a.tk [NC]
RewriteRule ^(.*)$ http://www.wdssmq.tk/$1 [L,R=301]</description>
		<content:encoded><![CDATA[<p>Options +FollowSymLinks这句不是必须的吧。。我现在是这样写的<br />
RewriteEngine on<br />
RewriteCond %{http_host} ^adbeian.tk [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.adbeian.tk/$1" rel="nofollow">http://www.adbeian.tk/$1</a> [L,R=301]<br />
RewriteEngine on<br />
RewriteCond %{http_host} ^feidian.tk [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.feidian.tk/$1" rel="nofollow">http://www.feidian.tk/$1</a> [L,R=301]<br />
RewriteEngine on<br />
RewriteCond %{http_host} ^xn--37q595dihas5a.tk [NC]<br />
RewriteRule ^(.*)$ <a href="http://www.wdssmq.tk/$1" rel="nofollow">http://www.wdssmq.tk/$1</a> [L,R=301]</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：fxpro</title>
		<link>http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/comment-page-1/#comment-6600</link>
		<dc:creator>fxpro</dc:creator>
		<pubDate>Tue, 15 Dec 2009 07:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/#comment-6600</guid>
		<description>很好，很实用</description>
		<content:encoded><![CDATA[<p>很好，很实用</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：无见</title>
		<link>http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/comment-page-1/#comment-404</link>
		<dc:creator>无见</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/#comment-404</guid>
		<description>谢谢回复，呵呵</description>
		<content:encoded><![CDATA[<p>谢谢回复，呵呵</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：骆驼</title>
		<link>http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/comment-page-1/#comment-403</link>
		<dc:creator>骆驼</dc:creator>
		<pubDate>Fri, 04 Jul 2008 04:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/#comment-403</guid>
		<description>多域名我也没有试过，你可以加入相同的规则试一下</description>
		<content:encoded><![CDATA[<p>多域名我也没有试过，你可以加入相同的规则试一下</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：无见</title>
		<link>http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/comment-page-1/#comment-382</link>
		<dc:creator>无见</dc:creator>
		<pubDate>Wed, 25 Jun 2008 10:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.21say.com/htaccess-achieve-with-301-permanent-redirect/#comment-382</guid>
		<description>我对于php基本上算白痴，请问对于代码
Options +FollowSymLinks
rewriteEngine on
rewriteCond %{http_host} ^uusz.net [NC]
rewriteRule ^(.*)$ http://www.uusz.net/$1 [R=301,L] 

中这行代码rewriteCond %{http_host} ^uusz.net [NC]
要是判断多个域名呢，需要怎么写啊，希望指教.

空间绑定了多个域名，需要用301永久重定向只用一个域名显示，请问怎么写这行代码啊？
这样就可以优化下网站的SEO了，谢谢你能回复．</description>
		<content:encoded><![CDATA[<p>我对于php基本上算白痴，请问对于代码<br />
Options +FollowSymLinks<br />
rewriteEngine on<br />
rewriteCond %{http_host} ^uusz.net [NC]<br />
rewriteRule ^(.*)$ <a href="http://www.uusz.net/$1" rel="nofollow">http://www.uusz.net/$1</a> [R=301,L] </p>
<p>中这行代码rewriteCond %{http_host} ^uusz.net [NC]<br />
要是判断多个域名呢，需要怎么写啊，希望指教.</p>
<p>空间绑定了多个域名，需要用301永久重定向只用一个域名显示，请问怎么写这行代码啊？<br />
这样就可以优化下网站的SEO了，谢谢你能回复．</p>
]]></content:encoded>
	</item>
</channel>
</rss>

