<?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: Using IIRF URL Rewriting on IIS6 with WordPress</title>
	<atom:link href="http://john-sheehan.com/blog/index.php/using-iirf-url-rewriting-on-iis6-with-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 08:16:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: davidpenrose</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14880</link>
		<dc:creator>davidpenrose</dc:creator>
		<pubDate>Sat, 12 Dec 2009 03:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14880</guid>
		<description>Getting the following error when using these rules:&lt;br&gt;&lt;br&gt;CGI Error&lt;br&gt;The specified CGI application misbehaved by not returning a complete set of HTTP headers.&lt;br&gt;&lt;br&gt;I&#039;m able to to pages under the wp- directories.&lt;br&gt;&lt;br&gt;iirf.ini:&lt;br&gt;RedirectRule ^/index.php/(.*)$ /$1 [I,R=301]&lt;br&gt;RewriteRule ^/(?!index.php&#124;wp-)(.*)$ /index.php/$1 [I,L]&lt;br&gt;&lt;br&gt;If replace the above with:&lt;br&gt;&lt;br&gt;RewriteRule . /index.php [I]&lt;br&gt;&lt;br&gt;Public pages are then visible, albeit missing all styling from css. However, then unable to reach pages under wp- directories.&lt;br&gt;&lt;br&gt;Environ:&lt;br&gt;IIS6&lt;br&gt;Iirf.dll v2.0.1.15 &lt;br&gt;&lt;br&gt;What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Getting the following error when using these rules:</p>
<p>CGI Error<br />The specified CGI application misbehaved by not returning a complete set of HTTP headers.</p>
<p>I&#39;m able to to pages under the wp- directories.</p>
<p>iirf.ini:<br />RedirectRule ^/index.php/(.*)$ /$1 [I,R=301]<br />RewriteRule ^/(?!index.php|wp-)(.*)$ /index.php/$1 [I,L]</p>
<p>If replace the above with:</p>
<p>RewriteRule . /index.php [I]</p>
<p>Public pages are then visible, albeit missing all styling from css. However, then unable to reach pages under wp- directories.</p>
<p>Environ:<br />IIS6<br />Iirf.dll v2.0.1.15 </p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidpenrose</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14851</link>
		<dc:creator>davidpenrose</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14851</guid>
		<description>Getting the following error when using these rules:&lt;br&gt;&lt;br&gt;CGI Error&lt;br&gt;The specified CGI application misbehaved by not returning a complete set of HTTP headers.&lt;br&gt;&lt;br&gt;I&#039;m able to to pages under the wp- directories.&lt;br&gt;&lt;br&gt;iirf.ini:&lt;br&gt;RedirectRule ^/index.php/(.*)$ /$1 [I,R=301]&lt;br&gt;RewriteRule ^/(?!index.php&#124;wp-)(.*)$ /index.php/$1 [I,L]&lt;br&gt;&lt;br&gt;If replace the above with:&lt;br&gt;&lt;br&gt;RewriteRule . /index.php [I]&lt;br&gt;&lt;br&gt;Public pages are then visible, albeit missing all styling from css. However, then unable to reach pages under wp- directories.&lt;br&gt;&lt;br&gt;Environ:&lt;br&gt;IIS6&lt;br&gt;Iirf.dll v2.0.1.15 &lt;br&gt;&lt;br&gt;What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Getting the following error when using these rules:</p>
<p>CGI Error<br />The specified CGI application misbehaved by not returning a complete set of HTTP headers.</p>
<p>I&#39;m able to to pages under the wp- directories.</p>
<p>iirf.ini:<br />RedirectRule ^/index.php/(.*)$ /$1 [I,R=301]<br />RewriteRule ^/(?!index.php|wp-)(.*)$ /index.php/$1 [I,L]</p>
<p>If replace the above with:</p>
<p>RewriteRule . /index.php [I]</p>
<p>Public pages are then visible, albeit missing all styling from css. However, then unable to reach pages under wp- directories.</p>
<p>Environ:<br />IIS6<br />Iirf.dll v2.0.1.15 </p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14803</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 06 Oct 2009 10:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14803</guid>
		<description>Got it!!!!&lt;br&gt;&lt;br&gt;I just cut n&#039; pasted the code from the comment by Tuncay KINALI - Bingo!&lt;br&gt;&lt;br&gt;Working perfectly - many thanks.&lt;br&gt;&lt;br&gt;Simon</description>
		<content:encoded><![CDATA[<p>Got it!!!!</p>
<p>I just cut n&#39; pasted the code from the comment by Tuncay KINALI &#8211; Bingo!</p>
<p>Working perfectly &#8211; many thanks.</p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IIRF Wordpress &#8211; URL Rewriting for IIS6.0 &#124; Computer Services - Croydon Crawley &#38; Brighton.</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14802</link>
		<dc:creator>IIRF Wordpress &#8211; URL Rewriting for IIS6.0 &#124; Computer Services - Croydon Crawley &#38; Brighton.</dc:creator>
		<pubDate>Tue, 06 Oct 2009 10:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14802</guid>
		<description>[...] was some code on one of the comments that worked perfectly. You can read John&#8217;s blog posting here. [...]</description>
		<content:encoded><![CDATA[<p>[...] was some code on one of the comments that worked perfectly. You can read John&#8217;s blog posting here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14801</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 06 Oct 2009 09:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14801</guid>
		<description>Great work John!&lt;br&gt;&lt;br&gt;Unfortunately I&#039;ve got my blog into a crisis and now I can&#039;t logon. Whatever link I click I only get returned to my home page.&lt;br&gt;&lt;br&gt;Any idea what I&#039;m doing wrong? Help!!&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://caspianit.co.uk&quot; rel=&quot;nofollow&quot;&gt;http://caspianit.co.uk&lt;/a&gt;&lt;br&gt;&lt;br&gt;Simon&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;RewriteCond %{HTTP_HOST} ^(www.caspianit.co.uk).*$ [I]&lt;br&gt;RedirectRule ^/(.*)$ &lt;a href=&quot;http://caspianit.co.uk/%241&quot; rel=&quot;nofollow&quot;&gt;http://caspianit.co.uk/$1&lt;/a&gt; [I,R=301]&lt;br&gt;&lt;br&gt;RedirectRule ^/index.php/(.*)$ /$1 [I,R=301]&lt;br&gt;RewriteRule ^/(?!index.php&#124;wp-&#124;xmlrpc)(.*)$ /index.php/$1 [I,L]</description>
		<content:encoded><![CDATA[<p>Great work John!</p>
<p>Unfortunately I&#39;ve got my blog into a crisis and now I can&#39;t logon. Whatever link I click I only get returned to my home page.</p>
<p>Any idea what I&#39;m doing wrong? Help!!</p>
<p><a href="http://caspianit.co.uk" rel="nofollow">http://caspianit.co.uk</a></p>
<p>Simon</p>
<p>RewriteCond %{HTTP_HOST} ^(www.caspianit.co.uk).*$ [I]<br />RedirectRule ^/(.*)$ <a href="http://caspianit.co.uk/%241" rel="nofollow">http://caspianit.co.uk/$1</a> [I,R=301]</p>
<p>RedirectRule ^/index.php/(.*)$ /$1 [I,R=301]<br />RewriteRule ^/(?!index.php|wp-|xmlrpc)(.*)$ /index.php/$1 [I,L]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14751</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14751</guid>
		<description>This is excellent! once i had ftp access to the dll location from my kind web host i was able to get the ini file up with the 2 rules above and it worked straight away with any custom structure i care to use. Thank you so much for posting this! I will now endeavour to understand how rewrites work...</description>
		<content:encoded><![CDATA[<p>This is excellent! once i had ftp access to the dll location from my kind web host i was able to get the ini file up with the 2 rules above and it worked straight away with any custom structure i care to use. Thank you so much for posting this! I will now endeavour to understand how rewrites work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheeso</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14729</link>
		<dc:creator>Cheeso</dc:creator>
		<pubDate>Tue, 14 Jul 2009 14:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14729</guid>
		<description>You can handle multiple domains in different sites with IIRF.  With IIRF v1.2 it is possible, with IIRF v2.0 it is easy.  Check the IIRF forums for assitance. &lt;a href=&quot;http://iirf.codeplex.com/Thread/List.aspx&quot; rel=&quot;nofollow&quot;&gt;http://iirf.codeplex.com/Thread/List.aspx&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>You can handle multiple domains in different sites with IIRF.  With IIRF v1.2 it is possible, with IIRF v2.0 it is easy.  Check the IIRF forums for assitance. <a href="http://iirf.codeplex.com/Thread/List.aspx" rel="nofollow">http://iirf.codeplex.com/Thread/List.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike L</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14726</link>
		<dc:creator>Mike L</dc:creator>
		<pubDate>Mon, 06 Jul 2009 14:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14726</guid>
		<description>How would you set this up to use multiple domains on the server in different iis sites?</description>
		<content:encoded><![CDATA[<p>How would you set this up to use multiple domains on the server in different iis sites?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuncay KINALI</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14725</link>
		<dc:creator>Tuncay KINALI</dc:creator>
		<pubDate>Sat, 04 Jul 2009 10:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14725</guid>
		<description>Alternatively, a small change made Wordpress&#039;e original htaccess file if you can use:&lt;br&gt;&lt;br&gt;RewriteCond %{HTTP_HOST}   !^(tuncay.kinali.net) [NC]&lt;br&gt;RewriteCond %{HTTP_HOST}   !^$&lt;br&gt;RewriteRule ^/(.*)$         &lt;a href=&quot;http://tuncay.kinali.net/%241&quot; rel=&quot;nofollow&quot;&gt;http://tuncay.kinali.net/$1&lt;/a&gt; [R,L]&lt;br&gt;&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;RewriteCond %{REQUEST_FILENAME} !-d&lt;br&gt;RewriteRule ^/(.*)$ /index.php/$1 [L]&lt;br&gt;&lt;br&gt;Sorry for my bad English. It&#039;s Google Translate&#039;s mistake :)</description>
		<content:encoded><![CDATA[<p>Alternatively, a small change made Wordpress&#39;e original htaccess file if you can use:</p>
<p>RewriteCond %{HTTP_HOST}   !^(tuncay.kinali.net) [NC]<br />RewriteCond %{HTTP_HOST}   !^$<br />RewriteRule ^/(.*)$         <a href="http://tuncay.kinali.net/%241" rel="nofollow">http://tuncay.kinali.net/$1</a> [R,L]</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />RewriteCond %{REQUEST_FILENAME} !-d<br />RewriteRule ^/(.*)$ /index.php/$1 [L]</p>
<p>Sorry for my bad English. It&#39;s Google Translate&#39;s mistake :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sheehan</title>
		<link>http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/comment-page-1/#comment-14713</link>
		<dc:creator>John Sheehan</dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://john-sheehan.com/blog/using-iirf-url-rewriting-on-iis6-with-wordpress/#comment-14713</guid>
		<description>Thanks Ben!</description>
		<content:encoded><![CDATA[<p>Thanks Ben!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
