<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>一根网线 整个人生 &#187; isapi_rewrite</title>
	<atom:link href="http://fugui.in/tag/isapi_rewrite/feed" rel="self" type="application/rss+xml" />
	<link>http://fugui.in</link>
	<description>fugui.in是在美国注册的印度的域名用的新加坡的服务器的中国人的网站</description>
	<lastBuildDate>Sat, 04 Sep 2010 03:03:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>ISAPI_Rewrite 2.13 FULL全功能版</title>
		<link>http://fugui.in/539.aspx</link>
		<comments>http://fugui.in/539.aspx#comments</comments>
		<pubDate>Mon, 07 Jun 2010 13:22:50 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[免费资源]]></category>
		<category><![CDATA[FULL全功能版]]></category>
		<category><![CDATA[isapi_rewrite]]></category>
		<category><![CDATA[稳定版]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=539</guid>
		<description><![CDATA[以前出的都是假的，30天后依然会完全停止，这个应该是真正可以用的注册码 ISAPI_Rewrite Full for Windows NT4/2000/XP/2003 http://www.isapirewrite.com/download/isapi_rwf_x86_0073.msi ISAPI_Rewrite Full for Windows Vista &#038; Windows Server 2008 http://www.isapirewrite.com/download/isapi_rwf_x86_vista_0073.msi 可用注册码： user: Longshui Chen sn: 7Z3NU-7MAP5-JZDPH-PR9GK]]></description>
			<content:encoded><![CDATA[<p>以前出的都是假的，30天后依然会完全停止，这个应该是真正可以用的注册码</p>
<p>ISAPI_Rewrite Full  for Windows NT4/2000/XP/2003</p>
<p>http://www.isapirewrite.com/download/isapi_rwf_x86_0073.msi</p>
<p>ISAPI_Rewrite Full for Windows Vista &#038; Windows Server 2008</p>
<p>http://www.isapirewrite.com/download/isapi_rwf_x86_vista_0073.msi</p>
<p>可用注册码：</p>
<p>user: Longshui Chen</p>
<p>sn: 7Z3NU-7MAP5-JZDPH-PR9GK</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/539.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress在iis下完美的rewrite规则isapi_rewrite和iirf的都支持</title>
		<link>http://fugui.in/382.aspx</link>
		<comments>http://fugui.in/382.aspx#comments</comments>
		<pubDate>Sat, 20 Feb 2010 16:29:53 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[iirf]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[isapi_rewrite]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=382</guid>
		<description><![CDATA[IIS下 wordpress也可以有完美的rewrite 包含三种常用永久链接规则: /post/%post_id%.html /%year%/%monthnum%/%day%/%postname%/ /%year%/%monthnum%/%day%/%postname%.html iis下 isapi_rewrite的规则 # from accessing through HTTP # # WordPress rewrite rules# # # Below is for permalink like /post/%post_id%.html # # Provided By Sideblue # # URL:http://www.xbaohe.com RewriteRule /post/tag/(.*) /index\.php\?tag=$1 RewriteRule /tag/(.*) /index\.php\?tag=$1 &#8230; <a href="http://fugui.in/382.aspx">继续阅读 <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>IIS下 wordpress也可以有完美的rewrite<br />
包含三种常用永久链接规则:</p>
<li>/post/%post_id%.html</li>
<li>/%year%/%monthnum%/%day%/%postname%/</li>
<li>/%year%/%monthnum%/%day%/%postname%.html</li>
<p>iis下 isapi_rewrite的规则<span id="more-382"></span></p>
<blockquote>
<li># from accessing through HTTP</li>
<li># # WordPress rewrite rules#</li>
<li># # Below is for permalink like /post/%post_id%.html</li>
<li># # Provided By Sideblue</li>
<li># # URL:http://www.xbaohe.com</li>
<li>RewriteRule /post/tag/(.*) /index\.php\?tag=$1</li>
<li>RewriteRule /tag/(.*) /index\.php\?tag=$1</li>
<li>RewriteRule /(contact|about-copyright|favor|archives|tags|sitemap) /index\.php\?pagename=$1</li>
<li>RewriteRule /post/category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?category_name=$1&amp;feed=$2</li>
<li>RewriteRule /post/category/?(.*) /index\.php\?category_name=$1</li>
<li>RewriteRule /author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?author_name=$1&amp;feed=$2</li>
<li>RewriteRule /author/?(.*) /index\.php\?author_name=$1</li>
<li>RewriteRule /rss.xml /wp-feed\.php/\?feed=rss2</li>
<li>RewriteRule /feed/?$ /wp-feed\.php/\?feed=rss2</li>
<li>RewriteRule /comments/feed/?$ /wp-feed\.php/\?feed=comments-rss2</li>
<li># RewriteRule /([0-9]+)/?([0-9]+)?/?$ /index\.php\?p=$1&amp;page=$2</li>
<li># RewriteRule /post/([0-9]+)/?([0-9]+)?/?$ /index\.php\?p=$1&amp;page=$2</li>
<li>RewriteRule /post/([0-9]+).html /index\.php\?p=$1</li>
<li>RewriteRule /page/(.*)/?s=(.*) /index\.php\?s=$2&amp;paged=$1</li>
<li>RewriteRule /page/(.*) /index\.php\?paged=$1</li>
<li>RewriteRule /post/date/([0-9]{4})([0-9]{1,2})([0-9]{1,2})/([^/]+)/?([0-9]+)?/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;page=$5</li>
<li>RewriteRule /post/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;page=$4</li>
<li>RewriteRule /post/date/([0-9]{4})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;page=$3</li>
<li>RewriteRule /post/([0-9]+).html/(feed|rdf|rss|rss2|atom) /index\.php\?feed=rss2&amp;p=$1</li>
<li>RewriteRule /post/([0-9]+).html/trackback /wp-trackback\.php\?p=$1</li>
<li># # Below is for permalink like /%year%/%monthnum%/%day%/%postname%.html</li>
<li># # Maybe dumplicate with above!!</li>
<li># # Provided By Sideblue</li>
<li># # URL:http://www.xbaohe.com</li>
<li>RewriteRule /tag/(.*) /index\.php\?tag=$1</li>
<li>RewriteRule /(contact|about-copyright|favor|archives|tags|sitemap)/ /index\.php\?pagename=$1</li>
<li>RewriteRule /category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?category_name=$1&amp;feed=$2</li>
<li>RewriteRule /category/?(.*) /index\.php\?category_name=$1</li>
<li>RewriteRule /author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?author_name=$1&amp;feed=$2</li>
<li>RewriteRule /author/?(.*) /index\.php\?author_name=$1</li>
<li>RewriteRule /feed/?$ /wp-feed\.php/\?feed=rss2</li>
<li>RewriteRule /comments/feed/?$ /wp-feed\.php/\?feed=comments-rss2</li>
<li>RewriteRule /page/(.*)/ /index\.php\?paged=$1</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/?([0-9]+)?.html/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;page=$5</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;page=$4</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;page=$3</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+).html/(feed|rdf|rss|rss2|atom)/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;feed=$5</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+).html/trackback/?$ /wp-trackback\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;tb=1</li>
<li># # Below is for permalink like /%year%/%monthnum%/%day%/%postname%/</li>
<li># # Maybe dumplicate with above!!</li>
<li># # Provided By Sideblue</li>
<li># # URL:http://www.xbaohe.com</li>
<li>RewriteRule /tag/(.*) /index\.php\?tag=$1</li>
<li>RewriteRule /(contact|about-copyright|favor|archives|tags|sitemap)/ /index\.php\?pagename=$1</li>
<li>RewriteRule /category/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?category_name=$1&amp;feed=$2</li>
<li>RewriteRule /category/?(.*)/ /index\.php\?category_name=$1</li>
<li>RewriteRule /author/(.*)/(feed|rdf|rss|rss2|atom)/?$ /wp-feed\.php\?author_name=$1&amp;feed=$2</li>
<li>RewriteRule /author/?(.*) /index\.php\?author_name=$1</li>
<li>RewriteRule /feed/?$ /wp-feed\.php/\?feed=rss2</li>
<li>RewriteRule /comments/feed/?$ /wp-feed\.php/\?feed=comments-rss2</li>
<li>RewriteRule /page/(.*)/ /index\.php\?paged=$1</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/?([0-9]+)?/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;page=$5</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;page=$4</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;page=$3</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$ /index\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;feed=$5</li>
<li>RewriteRule /([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$ /wp-trackback\.php\?year=$1&amp;monthnum=$2&amp;day=$3&amp;name=$4&amp;tb=1</li>
</blockquote>
<p>IIRF很简单，只要把上面的规则 右边的反斜线\都去掉就可以了。</p>
<p>上面都是别人写的，我感觉写的很好，每种需求都包括了，保存起来以后用起来方便。</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/382.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
