<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[一些有用apache重写规则]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 05 Jun 2008 02:22:46 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	# 将domain.com/xxx转向www.domain.com/xxx<br/>RewriteCond %{HTTP_HOST} ^domain.com [NC]<br/>RewriteRule ^(.*)$&nbsp;&nbsp;http://www.domain.com$1 [R=301,NC]<br/><br/># 将xxx.domain.com/yyy...重定向到www.domain.com/xxx/yyy..., xxx 5-20位, 字母开头只含字母, 数字以及&quot;-&quot;和&quot;_&quot;<br/>RewriteCond %{SERVER_NAME} ^([a-z][a-z0-9&#92;-&#92;_]{4,19})&#92;.domain&#92;.com [NC]<br/>RewriteRule ^(.+)$ %{SERVER_NAME}$1 [C]<br/>RewriteRule ^([a-z][a-z0-9&#92;-&#92;_]{4,19})&#92;.domain&#92;.com(.*)$ http://www.domain.com/$1$2 [R=301,NC]<br/><br/># 将首页www.domain.com转向www.domain.com/html/index.html<br/>RewriteCond %{HTTP_HOST} www&#92;.domain&#92;.com<br/>RewriteRule ^/$&nbsp;&nbsp;http://www.domain.com/html/index.html [R=301,L]<br/>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 一些有用apache重写规则]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>