<?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: WordPress Permalinks on IIS!</title>
	<atom:link href="http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/</link>
	<description>Web Design &#38; Personal Blog</description>
	<lastBuildDate>Fri, 26 Feb 2010 05:46:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WordPressパーマリンクの設定 &#171; 技術者派遣の技術日誌ブログ</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-1098</link>
		<dc:creator>WordPressパーマリンクの設定 &#171; 技術者派遣の技術日誌ブログ</dc:creator>
		<pubDate>Sun, 02 Aug 2009 06:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-1098</guid>
		<description>[...] Simmons Consulting » WordPress Permalinks on IIS!:（英語） [...]</description>
		<content:encoded><![CDATA[<p>[...] Simmons Consulting » WordPress Permalinks on IIS!:（英語） [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crankup.net back from the dead</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-1040</link>
		<dc:creator>crankup.net back from the dead</dc:creator>
		<pubDate>Sun, 07 Dec 2008 03:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-1040</guid>
		<description>[...] to Simmons Consulting for helping me out with the perma links issue.  Hello there! If you&#039;re new here, you may want to [...]</description>
		<content:encoded><![CDATA[<p>[...] to Simmons Consulting for helping me out with the perma links issue.  Hello there! If you&#8217;re new here, you may want to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-1019</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 03 Sep 2008 21:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-1019</guid>
		<description>Thank God for this work around!  I&#039;ve been battling this for weeks!!!!</description>
		<content:encoded><![CDATA[<p>Thank God for this work around!  I&#8217;ve been battling this for weeks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whirlpool</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-970</link>
		<dc:creator>whirlpool</dc:creator>
		<pubDate>Sun, 08 Jun 2008 09:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-970</guid>
		<description>worked perfectly. beautiful work.  thanks a lot.</description>
		<content:encoded><![CDATA[<p>worked perfectly. beautiful work.  thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus T.</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-968</link>
		<dc:creator>Klaus T.</dc:creator>
		<pubDate>Thu, 05 Jun 2008 11:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-968</guid>
		<description>The example in this post didn&#039;t work for me, out of the box.  There was a [ instead of a (  and then I had to add :80 to the URL for it to work (and remove the /wordpress from it).

Here&#039;s what worked for me in Win2003 Web Edition with Plesk 8.1 (and php 4.something):

$my_wp_url = &quot;http://&quot; . $_SERVER[&#039;SERVER_NAME&#039;] . &quot;:80&quot; ;
$_SERVER[&#039;REQUEST_URI&#039;] = substr($_SERVER[&#039;QUERY_STRING&#039;], strpos($_SERVER[&#039;QUERY_STRING&#039;], $my_wp_url)+strlen($my_wp_url));
$_SERVER[&#039;PATH_INFO&#039;] = $_SERVER[&#039;REQUEST_URI&#039;];
include(&#039;index.php&#039;);</description>
		<content:encoded><![CDATA[<p>The example in this post didn&#8217;t work for me, out of the box.  There was a [ instead of a (  and then I had to add :80 to the URL for it to work (and remove the /wordpress from it).</p>
<p>Here's what worked for me in Win2003 Web Edition with Plesk 8.1 (and php 4.something):</p>
<p>$my_wp_url = "http://" . $_SERVER['SERVER_NAME'] . &#8220;:80&#8243; ;<br />
$_SERVER['REQUEST_URI'] = substr($_SERVER['QUERY_STRING'], strpos($_SERVER['QUERY_STRING'], $my_wp_url)+strlen($my_wp_url));<br />
$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI'];<br />
include(&#8216;index.php&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toby Simmons</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-892</link>
		<dc:creator>Toby Simmons</dc:creator>
		<pubDate>Mon, 03 Sep 2007 01:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-892</guid>
		<description>For all the folks getting blank pages on 404s, what version of WP are you using? I don&#039;t seem to be having a problem at all with the latest 2.2.2 (and haven&#039;t had a problem since 2.0)</description>
		<content:encoded><![CDATA[<p>For all the folks getting blank pages on 404s, what version of WP are you using? I don&#8217;t seem to be having a problem at all with the latest 2.2.2 (and haven&#8217;t had a problem since 2.0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Powell</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-887</link>
		<dc:creator>Trevor Powell</dc:creator>
		<pubDate>Fri, 03 Aug 2007 01:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-887</guid>
		<description>I also get the blank page instead of my theme&#039;s 404.php file when a user hits a real 404.  That&#039;s interesting that you have &quot;Check if file exists&quot; ticked in IIS.  I am baffled as to why this is happening.  On my localhost copy of Wordpress, it works fine.  On my host&#039;s servers it doesn&#039;t work though and the page comes up blank.</description>
		<content:encoded><![CDATA[<p>I also get the blank page instead of my theme&#8217;s 404.php file when a user hits a real 404.  That&#8217;s interesting that you have &#8220;Check if file exists&#8221; ticked in IIS.  I am baffled as to why this is happening.  On my localhost copy of Wordpress, it works fine.  On my host&#8217;s servers it doesn&#8217;t work though and the page comes up blank.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HoloCoCoQuÃª? &#187; Blog Archive &#187; Status da migraÃ§Ã£o do Blogger para o WordPress</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-880</link>
		<dc:creator>HoloCoCoQuÃª? &#187; Blog Archive &#187; Status da migraÃ§Ã£o do Blogger para o WordPress</dc:creator>
		<pubDate>Sun, 03 Jun 2007 01:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-880</guid>
		<description>[...] WordPress Permalinks on IIS, do Simons Consulting, utilizando apenas 404 redirecting [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Permalinks on IIS, do Simons Consulting, utilizando apenas 404 redirecting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Walter</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-871</link>
		<dc:creator>Eddie Walter</dc:creator>
		<pubDate>Sun, 01 Apr 2007 05:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-871</guid>
		<description>Hi Toby,

I&#039;m having a problem that someone else was having, but I don&#039;t see a response.  I hope you can help me because I really want to get the index.php out of my permalinks.  Your workaround works great except when I take the index.php out of the structure.  When I take it out, I get &quot;Sorry, no posts matched your criteria.&quot; on the homepage and a blank page for any post or other page I try to go to.

Your help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Hi Toby,</p>
<p>I&#8217;m having a problem that someone else was having, but I don&#8217;t see a response.  I hope you can help me because I really want to get the index.php out of my permalinks.  Your workaround works great except when I take the index.php out of the structure.  When I take it out, I get &#8220;Sorry, no posts matched your criteria.&#8221; on the homepage and a blank page for any post or other page I try to go to.</p>
<p>Your help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luke</title>
		<link>http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/comment-page-1/#comment-863</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Thu, 22 Feb 2007 16:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simmonsconsulting.com/wpbeta/2005/11/22/wordpress-permalinks-on-iis/#comment-863</guid>
		<description>I am trying to set up WPMU on IIS (W2K) and want to use your &quot;hack&quot;. I finally got it working by including the full physical path as djwhisky said, but now the multiple blogs of MU are causing problems - you can see that you get a WP 404 when trying to access a new &quot;sublog&quot; that i created here: http://lmueller.dsl.visi.com/thedoor/wpmu2/bloggomatic/

but the 404 fix is working for normal posts: http://lmueller.dsl.visi.com/thedoor/wpmu2/blog/2007/02/22/hello-world/

although i&#039;m confused as to why the URL is: http://lmueller.dsl.visi.com/thedoor/wpmu2/wp-signup.php?new=%2Fhello-world%2F when you get there...

any ideas on how i can get it to work with MU ?

Thanks!</description>
		<content:encoded><![CDATA[<p>I am trying to set up WPMU on IIS (W2K) and want to use your &#8220;hack&#8221;. I finally got it working by including the full physical path as djwhisky said, but now the multiple blogs of MU are causing problems &#8211; you can see that you get a WP 404 when trying to access a new &#8220;sublog&#8221; that i created here: <a href="http://lmueller.dsl.visi.com/thedoor/wpmu2/bloggomatic/" rel="nofollow">http://lmueller.dsl.visi.com/thedoor/wpmu2/bloggomatic/</a></p>
<p>but the 404 fix is working for normal posts: <a href="http://lmueller.dsl.visi.com/thedoor/wpmu2/blog/2007/02/22/hello-world/" rel="nofollow">http://lmueller.dsl.visi.com/thedoor/wpmu2/blog/2007/02/22/hello-world/</a></p>
<p>although i&#8217;m confused as to why the URL is: <a href="http://lmueller.dsl.visi.com/thedoor/wpmu2/wp-signup.php?new=%2Fhello-world%2F" rel="nofollow">http://lmueller.dsl.visi.com/thedoor/wpmu2/wp-signup.php?new=%2Fhello-world%2F</a> when you get there&#8230;</p>
<p>any ideas on how i can get it to work with MU ?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (user agent is rejected)
Database Caching 2/17 queries in 1.038 seconds using memcached

Served from: www.simmonsconsulting.com @ 2010-03-12 14:56:49 -->