<?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"
	>
<channel>
	<title>Comments for tech.einaregilsson.com</title>
	<atom:link href="http://tech.einaregilsson.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.einaregilsson.com</link>
	<description></description>
	<pubDate>Fri, 09 May 2008 23:14:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Comment on Pretty Wordpress Permalinks on IIS by Robert</title>
		<link>http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20607</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 07 May 2008 22:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20607</guid>
		<description>Ah, nevermind! It was my own fault for putting two things on the same line in my .htaccess file. Thanks anyway!</description>
		<content:encoded><![CDATA[<p>Ah, nevermind! It was my own fault for putting two things on the same line in my .htaccess file. Thanks anyway!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pretty Wordpress Permalinks on IIS by Robert</title>
		<link>http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20603</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 07 May 2008 18:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20603</guid>
		<description>I seem to be getting a different problem than anyone else. I'm able to redirect my 404s to wp-404-handler.php and set up permalinks, but when it actually goes to a post on WP (and therefore goes to wp-404-handler.php) I get a firefox message saying "Redirect Loop - Firefox has detected that the server is redirecting the request for this address in a way that will never complete." The address bar at this point points correctly to http://www.robertl33t.com/wp-404-handler.php. Any ideas?

Thanks,
-Robert</description>
		<content:encoded><![CDATA[<p>I seem to be getting a different problem than anyone else. I&#8217;m able to redirect my 404s to wp-404-handler.php and set up permalinks, but when it actually goes to a post on WP (and therefore goes to wp-404-handler.php) I get a firefox message saying &#8220;Redirect Loop - Firefox has detected that the server is redirecting the request for this address in a way that will never complete.&#8221; The address bar at this point points correctly to <a href="http://www.robertl33t.com/wp-404-handler.php" rel="nofollow">http://www.robertl33t.com/wp-404-handler.php</a>. Any ideas?</p>
<p>Thanks,<br />
-Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating ZenPhoto into Wordpress by sezer</title>
		<link>http://tech.einaregilsson.com/2007/08/06/integrating-zenphoto-into-wordpress/#comment-20512</link>
		<dc:creator>sezer</dc:creator>
		<pubDate>Fri, 02 May 2008 18:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/08/06/integrating-zenphoto-into-wordpress/#comment-20512</guid>
		<description>CSS "Cascading Style Sheets" LessoNs - WeB DesigN LessoN - - Web site : http://WWW.css-lessons.ucoz.com/index.html</description>
		<content:encoded><![CDATA[<p>CSS &#8220;Cascading Style Sheets&#8221; LessoNs - WeB DesigN LessoN - - Web site : <a href="http://WWW.css-lessons.ucoz.com/index.html" rel="nofollow">http://WWW.css-lessons.ucoz.com/index.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pretty Wordpress Permalinks on IIS by Ian</title>
		<link>http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20509</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 02 May 2008 14:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20509</guid>
		<description>Let's try that again...

while(list($key, $value) = each($_POST))
{
	echo '&#60;input name="$key" value="$value" type="hidden" /&#62;';
}</description>
		<content:encoded><![CDATA[<p>Let&#8217;s try that again&#8230;</p>
<p>while(list($key, $value) = each($_POST))<br />
{<br />
	echo &#8216;&lt;input name=&#8221;$key&#8221; value=&#8221;$value&#8221; type=&#8221;hidden&#8221; /&gt;&#8217;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pretty Wordpress Permalinks on IIS by Ian</title>
		<link>http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20508</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 02 May 2008 14:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20508</guid>
		<description>I guess you could modify wp-404-handler.php and doing something like

while(list($key, $value) = each($_POST))
{
	echo '';
}

But then you'd still need to submit the form to the new page. You could do that with Javascript, but it's not very elegant.</description>
		<content:encoded><![CDATA[<p>I guess you could modify wp-404-handler.php and doing something like</p>
<p>while(list($key, $value) = each($_POST))<br />
{<br />
	echo &#8221;;<br />
}</p>
<p>But then you&#8217;d still need to submit the form to the new page. You could do that with Javascript, but it&#8217;s not very elegant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pretty Wordpress Permalinks on IIS by Bo</title>
		<link>http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20505</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Fri, 02 May 2008 06:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20505</guid>
		<description>Scratch that, comments always post to a specific .php page and bypass this "filter" ... however plugins that use POST or GET stop working</description>
		<content:encoded><![CDATA[<p>Scratch that, comments always post to a specific .php page and bypass this &#8220;filter&#8221; &#8230; however plugins that use POST or GET stop working</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pretty Wordpress Permalinks on IIS by Bo</title>
		<link>http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20504</link>
		<dc:creator>Bo</dc:creator>
		<pubDate>Fri, 02 May 2008 06:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20504</guid>
		<description>Ian, I have just come to the same horrifying truth. POST and GET are ruined so things like comment forms and such don't work.

Einar ... is this current blog running using this technique? Evidently *your* comment forms work</description>
		<content:encoded><![CDATA[<p>Ian, I have just come to the same horrifying truth. POST and GET are ruined so things like comment forms and such don&#8217;t work.</p>
<p>Einar &#8230; is this current blog running using this technique? Evidently *your* comment forms work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pretty Wordpress Permalinks on IIS by Ian</title>
		<link>http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20501</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 01 May 2008 17:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/07/30/pretty-wordpress-permalinks-on-iis/#comment-20501</guid>
		<description>This is a good workaround and I'm currently using it on several sites, but one problem I've noticed is that the values in the $_GET and $_POST variables don't get passed to the final page. They got discarded inside wp-404-handler.php. You can use $_SERVER['REQUEST_URI'] to get the $_GET variables, but you have to manually parse them out.

Has anybody found a solution for this?</description>
		<content:encoded><![CDATA[<p>This is a good workaround and I&#8217;m currently using it on several sites, but one problem I&#8217;ve noticed is that the values in the $_GET and $_POST variables don&#8217;t get passed to the final page. They got discarded inside wp-404-handler.php. You can use $_SERVER[&#8217;REQUEST_URI&#8217;] to get the $_GET variables, but you have to manually parse them out.</p>
<p>Has anybody found a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run Windows Service as a console program by bryanbcook</title>
		<link>http://tech.einaregilsson.com/2007/08/15/run-windows-service-as-a-console-program/#comment-20410</link>
		<dc:creator>bryanbcook</dc:creator>
		<pubDate>Tue, 29 Apr 2008 05:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/08/15/run-windows-service-as-a-console-program/#comment-20410</guid>
		<description>Just to follow up, here's how I managed to get multiple services up and running in a single process:

http://stupiddumbguy.blogspot.com/2008/04/running-multiple-net-services-within.html</description>
		<content:encoded><![CDATA[<p>Just to follow up, here&#8217;s how I managed to get multiple services up and running in a single process:</p>
<p><a href="http://stupiddumbguy.blogspot.com/2008/04/running-multiple-net-services-within.html" rel="nofollow">http://stupiddumbguy.blogspot.com/2008/04/running-multiple-net-services-within.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run Windows Service as a console program by bryanbcook</title>
		<link>http://tech.einaregilsson.com/2007/08/15/run-windows-service-as-a-console-program/#comment-20372</link>
		<dc:creator>bryanbcook</dc:creator>
		<pubDate>Sat, 26 Apr 2008 01:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://tech.einaregilsson.com/2007/08/15/run-windows-service-as-a-console-program/#comment-20372</guid>
		<description>Gene/Jerry, I've also seen this problem.  I'm actively researching it.

http://stupiddumbguy.blogspot.com</description>
		<content:encoded><![CDATA[<p>Gene/Jerry, I&#8217;ve also seen this problem.  I&#8217;m actively researching it.</p>
<p><a href="http://stupiddumbguy.blogspot.com" rel="nofollow">http://stupiddumbguy.blogspot.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
