<?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; iirf</title>
	<atom:link href="http://fugui.in/tag/iirf/feed" rel="self" type="application/rss+xml" />
	<link>http://fugui.in</link>
	<description>一根网线 整个人生</description>
	<lastBuildDate>Sat, 28 Jan 2012 12:33:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iirf 301旧域名跳转到新域名</title>
		<link>http://fugui.in/569.aspx</link>
		<comments>http://fugui.in/569.aspx#comments</comments>
		<pubDate>Mon, 14 Jun 2010 10:45:02 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[iirf]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=569</guid>
		<description><![CDATA[RewriteCond %{HTTP_HOST} ^(abc&#124;www\.abc\.com).*$ [I] RedirectRule ^/(.*)$ http://www.123.com/$1 [I,R=301] iirf 通过301实现域名跳转 自己记录一下,几种放一起容易混,这样清晰一些.]]></description>
			<content:encoded><![CDATA[<p>RewriteCond %{HTTP_HOST} ^(abc|www\.abc\.com).*$ [I]<br />
RedirectRule ^/(.*)$ http://www.123.com/$1 [I,R=301]<br />
iirf 通过301实现域名跳转<br />
自己记录一下,几种放一起容易混,这样清晰一些.</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/569.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIRF for wordpress</title>
		<link>http://fugui.in/418.aspx</link>
		<comments>http://fugui.in/418.aspx#comments</comments>
		<pubDate>Sat, 20 Mar 2010 05:19:39 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[精品资源]]></category>
		<category><![CDATA[iirf]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[固定链接]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=418</guid>
		<description><![CDATA[========================== RewriteRule ^/(?!index\.php&#124;wp-&#124;xmlrpc)(.*)$ /index.php/$1 [I,L] #RewriteRule ^/(?!index.php)(?!wp)([^\.]*)$ /index.php/$1 [I] #RewriteRule ^/category/diy /?cat=3 #RewriteRule ^/category/general /index.php?cat=1 #RewriteRule ^/category/house_reno /index.php?cat=4 #RewriteRule ^/category/pets /index.php?cat=138 #RewriteRule ^/category/photography /index.php?cat=5 #RewriteRule ^/page/([^/]+)$ /index.php?page_id=$1 #RewriteRule ^/tag/([^/]+)$ /index.php?tag=$1 ========================== IIRF的wordpress rewrite 规则 英文肯定没问题,没做测试,中文应该不是很好处理.]]></description>
			<content:encoded><![CDATA[<p><code>==========================</p>
<p>RewriteRule ^/(?!index\.php|wp-|xmlrpc)(.*)$ /index.php/$1 [I,L]</p>
<p>#RewriteRule ^/(?!index.php)(?!wp)([^\.]*)$     /index.php/$1        [I]<br />
#RewriteRule ^/category/diy  /?cat=3<br />
#RewriteRule ^/category/general  /index.php?cat=1<br />
#RewriteRule ^/category/house_reno  /index.php?cat=4<br />
#RewriteRule ^/category/pets  /index.php?cat=138<br />
#RewriteRule ^/category/photography  /index.php?cat=5<br />
#RewriteRule ^/page/([^/]+)$  /index.php?page_id=$1<br />
#RewriteRule ^/tag/([^/]+)$  /index.php?tag=$1</p>
<p>==========================</code><br />
IIRF的wordpress rewrite 规则<br />
英文肯定没问题,没做测试,中文应该不是很好处理.</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/418.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iirf subdomain rewrite</title>
		<link>http://fugui.in/416.aspx</link>
		<comments>http://fugui.in/416.aspx#comments</comments>
		<pubDate>Sat, 20 Mar 2010 05:05:49 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[免费资源]]></category>
		<category><![CDATA[精品资源]]></category>
		<category><![CDATA[iirf]]></category>
		<category><![CDATA[二级域名]]></category>
		<category><![CDATA[子域名]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=416</guid>
		<description><![CDATA[实现rewrite二级域名到文件夹, Subdomain Rewrite IIRF作者写的 CondSubstringBackrefFlag % RewriteCond %{HTTP_HOST} ^(?!www)([^.]+)\.tensay\.com RewriteRule ^/(.*)$ /%1/$1 [L] This says: for any HTTP_HOST that matches *.tensay.com but does not begin with www, fire the rewrite rule. The rule says, for any URL at all &#8211; rewrite to a URL that contains the first segment of the HTTP_HOST 第一行 要添加一个 CondSubstringBackrefFlag [...]]]></description>
			<content:encoded><![CDATA[<p>实现rewrite二级域名到文件夹,<br />
Subdomain Rewrite IIRF作者写的<br />
<code><strong>CondSubstringBackrefFlag %<br />
RewriteCond %{HTTP_HOST} ^(?!www)([^.]+)\.tensay\.com<br />
RewriteRule ^/(.*)$ /%1/$1 [L]</strong> </code><br />
This says: for any HTTP_HOST that matches *.tensay.com but does not begin with www, fire the rewrite rule.<br />
The rule says, for any URL at all &#8211; rewrite to a URL that contains the first segment of the HTTP_HOST</p>
<p>第一行 要添加一个 <code><strong>CondSubstringBackrefFlag %</strong><br />
</code>iirf实现绑定二级域名到子目录</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/416.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zen cart iis下isapi_rewrite规则和IIRF2.1规则</title>
		<link>http://fugui.in/399.aspx</link>
		<comments>http://fugui.in/399.aspx#comments</comments>
		<pubDate>Thu, 04 Mar 2010 04:33:57 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[精品资源]]></category>
		<category><![CDATA[iirf]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[zen cart]]></category>
		<category><![CDATA[zencart]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=399</guid>
		<description><![CDATA[Isapi_rewrite和iirf都用这个规则就可以。 [ISAPI_Rewrite] ##### NOTE: Replace /shop/ with the relative web path of your catalog in the “Rewrite Base” line below: Options +FollowSymLinks Options FollowSymLinks AllowOverride All RewriteEngine On RewriteBase / # From Ultimate SEO URLs RewriteRule ^(.*)-p-(.*).html /index.php?main_page=product_info&#38;products_id=$2&#38;%{QUERY_STRING} [L] RewriteRule ^(.*)-c-(.*).html /index.php?main_page=index&#38;cPath=$2&#38;%{QUERY_STRING} [L] RewriteRule ^(.*)-m-([0-9]+).html /index.php?main_page=index&#38;manufacturers_id=$2&#38;%{QUERY_STRING} [L] RewriteRule ^(.*)-pi-([0-9]+).html /index.php?main_page=popup_image&#38;pID=$2&#38;%{QUERY_STRING} [L] RewriteRule ^(.*)-pr-([0-9]+).html /index.php?main_page=product_reviews&#38;products_id=$2&#38;%{QUERY_STRING} [L] [...]]]></description>
			<content:encoded><![CDATA[<p>Isapi_rewrite和iirf都用这个规则就可以。</p>
<blockquote><p>[ISAPI_Rewrite]</p>
<p>##### NOTE: Replace /shop/ with the relative web path of your catalog in the “Rewrite Base” line below:</p>
<p>Options +FollowSymLinks<br />
Options FollowSymLinks<br />
AllowOverride All<br />
RewriteEngine On<br />
RewriteBase /</p>
<p># From Ultimate SEO URLs<br />
RewriteRule ^(.*)-p-(.*).html /index.php?main_page=product_info&amp;products_id=$2&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^(.*)-c-(.*).html /index.php?main_page=index&amp;cPath=$2&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^(.*)-m-([0-9]+).html /index.php?main_page=index&amp;manufacturers_id=$2&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^(.*)-pi-([0-9]+).html /index.php?main_page=popup_image&amp;pID=$2&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^(.*)-pr-([0-9]+).html /index.php?main_page=product_reviews&amp;products_id=$2&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^(.*)-pri-([0-9]+).html /index.php?main_page=product_reviews_info&amp;products_id=$2&amp;%{QUERY_STRING} [L]</p>
<p># For Open Operations Info Manager<br />
RewriteRule ^(.*)-i-([0-9]+).html /index.php?main_page=info_manager&amp;pages_id=$2&amp;%{QUERY_STRING} [L]</p>
<p># For dreamscape&#8217;s News &amp; Articles Manager<br />
RewriteRule ^news/?$ index.php?main_page=news&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^news/rss.xml /index.php?main_page=news_rss&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^news/archive/? /index.php?main_page=news_archive&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html /index.php?main_page=news&amp;date=$1-$2-$3&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html /index.php?main_page=news_archive&amp;date=$1-$2&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^news/(.*)-a-([0-9]+)-comments.html /index.php?main_page=news_comments&amp;article_id=$2&amp;%{QUERY_STRING} [L]<br />
RewriteRule ^news/(.*)-a-([0-9]+).html /index.php?main_page=news_article&amp;article_id=$2&amp;%{QUERY_STRING} [L]</p>
<p># All other pages<br />
# Don&#8217;t rewrite real files or directories<br />
RewriteCond %{REQUEST_FILENAME} !-f [NC]<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule ^(.*).html /index.php?main_page=$1&amp;%{QUERY_STRING} [L]</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/399.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIRF Drupal, WordPress and IIS6 rewrite完美规则</title>
		<link>http://fugui.in/389.aspx</link>
		<comments>http://fugui.in/389.aspx#comments</comments>
		<pubDate>Mon, 22 Feb 2010 14:06:07 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[精品资源]]></category>
		<category><![CDATA[iirf]]></category>
		<category><![CDATA[iirf2.1]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=389</guid>
		<description><![CDATA[Drupal  (all versions) RewriteCond %{HTTP_HOST} ^(www\.yourdomainname\.com).*$ [I] RedirectRule ^/(.*)$ http://yourdomainname.com/$1 [I,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/(?!favicon.ico$)([^?]*)(?:\?(.*))?$ /index.php?q=$1&#38;$2 [L] WordPress (all versions) RewriteCond %{HTTP_HOST} ^(yourdomainname\.com).*$ [I] RedirectRule ^/(.*)$ http://www.yourdomainname.com/$1 [I,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^/(.*)$ /index.php/$1 [L] IIS下rewrite存在的主要问题还是中文分类和tag的问题，不是很好解决，上面的规则在英文站点下没有任何问题。]]></description>
			<content:encoded><![CDATA[<h2>Drupal  (all versions)</h2>
<pre>RewriteCond %{HTTP_HOST} ^(www\.yourdomainname\.com).*$ [I]
RedirectRule ^/(.*)$ http://yourdomainname.com/$1 [I,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(?!favicon.ico$)([^?]*)(?:\?(.*))?$ /index.php?q=$1&amp;$2 [L]</pre>
<h2>WordPress (all versions)</h2>
<pre>RewriteCond %{HTTP_HOST} ^(yourdomainname\.com).*$ [I]
RedirectRule ^/(.*)$ http://www.yourdomainname.com/$1 [I,R=301]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/(.*)$ /index.php/$1 [L]

IIS下rewrite存在的主要问题还是中文分类和tag的问题，不是很好解决，上面的规则在英文站点下没有任何问题。</pre>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/389.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 RewriteRule /(contact&#124;about-copyright&#124;favor&#124;archives&#124;tags&#124;sitemap) /index\.php\?pagename=$1 RewriteRule /post/category/(.*)/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /wp-feed\.php\?category_name=$1&#38;feed=$2 RewriteRule /post/category/?(.*) /index\.php\?category_name=$1 RewriteRule /author/(.*)/(feed&#124;rdf&#124;rss&#124;rss2&#124;atom)/?$ /wp-feed\.php\?author_name=$1&#38;feed=$2 RewriteRule /author/?(.*) /index\.php\?author_name=$1 [...]]]></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>
		<item>
		<title>iis下discuz用iirf rewrite实现伪静态</title>
		<link>http://fugui.in/344.aspx</link>
		<comments>http://fugui.in/344.aspx#comments</comments>
		<pubDate>Mon, 08 Feb 2010 11:05:12 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[精品资源]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[iirf]]></category>
		<category><![CDATA[iirf规则]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=344</guid>
		<description><![CDATA[RewriteCond %{HTTP_HOST} ^tensay\.com$ [I] RedirectRule ^/(.*)$ http://www.tensay.com/$1 # 上面这两行是我的网站自己设置的 全站重定向不带www的自动转到带www的域名 RewriteRule ^(.*)/archiver/((fid&#124;tid)-[\w\-]+\.html)\?*(.*)$ $1/archiver/index.php?$2&#038;$4 [L] RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay.php?fid=$2&#038;page=$3&#038;$4 [L] RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread.php?tid=$2&#038;extra=page%3D$4&#038;page=$3&#038;$4 [L] RewriteRule ^(.*)/space-(username&#124;uid)-(.+)\.html\?*(.*)$ $1/space.php?$2=$3&#038;$4 [L] RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag.php?name=$2&#038;$3 [L] RewriteRule ^/(space&#124;network)-(.+)\.html$ /$1.php?rewrite=$2 [L] RewriteRule ^/(space&#124;network)\.html$ /$1.php [L] RewriteRule ^/([0-9]+)$ /space.php?uid=$1 [L] 就是这样，搞了一晚上了，终于把iirf的规则弄的差不多了，以后边用边学。 规则文件格式基本照搬ISAPI Rewrite，稍作修改 RewriteRule [源URL正则条件] [目的URL] ISAPI Rewrite与IIRF的区别就在[目的URL]，ISAPI Rewrite的要转义，而IIRF不用转义。 如果网上有现成的ISAPI Rewrite的规则可以直接复制过来，将[目的URL]中的反斜杠（\）一个个删除就可以用在IIRF中用了。 知道这个之后，你就可以随便在网上与人交流，按ISAPI Rewrite交流，最后把转义符（\）删掉就行了。]]></description>
			<content:encoded><![CDATA[<p><code>RewriteCond %{HTTP_HOST} ^tensay\.com$ [I]<br />
RedirectRule ^/(.*)$   http://www.tensay.com/$1<br />
# 上面这两行是我的网站自己设置的 全站重定向不带www的自动转到带www的域名<br />
RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)\?*(.*)$ $1/archiver/index.php?$2&#038;$4 [L]<br />
RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay.php?fid=$2&#038;page=$3&#038;$4 [L]<br />
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread.php?tid=$2&#038;extra=page%3D$4&#038;page=$3&#038;$4 [L]<br />
RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space.php?$2=$3&#038;$4 [L]<br />
RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag.php?name=$2&#038;$3 [L]<br />
RewriteRule ^/(space|network)-(.+)\.html$ /$1.php?rewrite=$2 [L]<br />
RewriteRule ^/(space|network)\.html$ /$1.php [L]<br />
RewriteRule ^/([0-9]+)$ /space.php?uid=$1 [L]</code><br />
就是这样，搞了一晚上了，终于把iirf的规则弄的差不多了，以后边用边学。<br />
规则文件格式基本照搬ISAPI Rewrite，稍作修改<br />
RewriteRule [源URL正则条件] [目的URL]<br />
ISAPI Rewrite与IIRF的区别就在[目的URL]，ISAPI Rewrite的要转义，而IIRF不用转义。<br />
如果网上有现成的ISAPI Rewrite的规则可以直接复制过来，将[目的URL]中的反斜杠（\）一个个删除就可以用在IIRF中用了。<br />
知道这个之后，你就可以随便在网上与人交流，按ISAPI Rewrite交流，最后把转义符（\）删掉就行了。</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/344.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ionic’s Isapi Rewrite Filter (IIRF)在iis6下成功跑起来了</title>
		<link>http://fugui.in/339.aspx</link>
		<comments>http://fugui.in/339.aspx#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:35:41 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[互联网观察]]></category>
		<category><![CDATA[精品资源]]></category>
		<category><![CDATA[iirf]]></category>
		<category><![CDATA[iis rewrite]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=339</guid>
		<description><![CDATA[用手工配置还是不行，plesk装完之后系统很多东西都不能自己设置了，IIRF的安装版，几个版本都有问题， 今天终于成功安装上了，测试也成功，规则也简单。 在官方论坛看了看，好像只有一个人是做开发的，这一个人更新也挺快的，有问题会很快解决的。 支持开源的程序. 用起来不错，支持站点自定义独立的iirf.ini 以后慢慢方便了，规则不会因为几个网站不同而冲突了。 以后有问题可以交流 QQ：87602040 美国主机购买也可以交流 www.wangku.org  windows linux都有，asp .net php 也都有，rewrite的支持也比较完美了。 最重要的是，现在免备案，没有任何担心了。]]></description>
			<content:encoded><![CDATA[<p>用手工配置还是不行，plesk装完之后系统很多东西都不能自己设置了，IIRF的安装版，几个版本都有问题，<br />
今天终于成功安装上了，测试也成功，规则也简单。<br />
在官方论坛看了看，好像只有一个人是做开发的，这一个人更新也挺快的，有问题会很快解决的。<br />
支持开源的程序.<br />
用起来不错，支持站点自定义独立的iirf.ini<br />
以后慢慢方便了，规则不会因为几个网站不同而冲突了。<br />
以后有问题可以交流 QQ：87602040<br />
美国主机购买也可以交流 <a href="http://www.wangku.org">www.wangku.org</a>  windows linux都有，asp .net php 也都有，rewrite的支持也比较完美了。<br />
最重要的是，现在免备案，没有任何担心了。</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/339.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>今天的计划</title>
		<link>http://fugui.in/336.aspx</link>
		<comments>http://fugui.in/336.aspx#comments</comments>
		<pubDate>Mon, 08 Feb 2010 05:56:22 +0000</pubDate>
		<dc:creator>PHP</dc:creator>
				<category><![CDATA[我的生活]]></category>
		<category><![CDATA[iirf]]></category>

		<guid isPermaLink="false">http://fugui.in/?p=336</guid>
		<description><![CDATA[做完3枚印章，然后做iirf的测试。 确定iirf在plesk安装前可以在iis6上正常工作， 然后iirf确定在plesk安装后如何工作。]]></description>
			<content:encoded><![CDATA[<p>做完3枚印章，然后做iirf的测试。<br />
确定iirf在plesk安装前可以在iis6上正常工作，<br />
然后iirf确定在plesk安装后如何工作。</p>
]]></content:encoded>
			<wfw:commentRss>http://fugui.in/336.aspx/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

