<?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: Downtime (Until May 1st at least)</title>
	<atom:link href="http://www.joshdura.com/2005/04/22/downtime-until-may-1st-at-least/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joshdura.com/2005/04/22/downtime-until-may-1st-at-least/</link>
	<description>my thoughts on Flash, Games and the web</description>
	<pubDate>Fri, 12 Mar 2010 05:09:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scott Janousek</title>
		<link>http://www.joshdura.com/2005/04/22/downtime-until-may-1st-at-least/comment-page-1/#comment-1285</link>
		<dc:creator>Scott Janousek</dc:creator>
		<pubDate>Sat, 23 Apr 2005 20:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://joshdura.com.s60760.gridserver.com/?p=386#comment-1285</guid>
		<description>Josh, what are the reasons you are going with TextPattern ... and what are you using now? Just curious.&lt;br /&gt;
&lt;br /&gt;
-sj</description>
		<content:encoded><![CDATA[<p>Josh, what are the reasons you are going with TextPattern &#8230; and what are you using now? Just curious.</p>
<p>-sj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus</title>
		<link>http://www.joshdura.com/2005/04/22/downtime-until-may-1st-at-least/comment-page-1/#comment-1069</link>
		<dc:creator>Rasmus</dc:creator>
		<pubDate>Fri, 22 Apr 2005 22:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://joshdura.com.s60760.gridserver.com/?p=386#comment-1069</guid>
		<description>Acctually it's not that hard. Take a look at this example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
RewriteEngine On&lt;br /&gt;
RewriteBase /&lt;br /&gt;
&lt;br /&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br /&gt;
RewriteRule ^archives/(personal&#124;flash&#124;conferences&#124;design&#124;other&#124;games)/(.+\.php)$ /index.php?archives=$1&amp;post=$2 [R]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The rewrite rule takes any requests made for archives/categoryname/postname.php and redirects them to index.php?archives=categoryname&amp;post=postname.php</description>
		<content:encoded><![CDATA[<p>Acctually it&#8217;s not that hard. Take a look at this example:</p>
<p>
RewriteEngine On<br />
RewriteBase /</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^archives/(personal|flash|conferences|design|other|games)/(.+\.php)$ /index.php?archives=$1&#038;post=$2 [R]</p>
<p>The rewrite rule takes any requests made for archives/categoryname/postname.php and redirects them to index.php?archives=categoryname&#038;post=postname.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Janousek</title>
		<link>http://www.joshdura.com/2005/04/22/downtime-until-may-1st-at-least/comment-page-1/#comment-1068</link>
		<dc:creator>Scott Janousek</dc:creator>
		<pubDate>Fri, 22 Apr 2005 21:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://joshdura.com.s60760.gridserver.com/?p=386#comment-1068</guid>
		<description>.. lots of regular expressions if you want the transition to be nearly flawless, otherwise I like Sean's idea.&lt;br /&gt;
&lt;br /&gt;
-sj</description>
		<content:encoded><![CDATA[<p>.. lots of regular expressions if you want the transition to be nearly flawless, otherwise I like Sean&#8217;s idea.</p>
<p>-sj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Voisen</title>
		<link>http://www.joshdura.com/2005/04/22/downtime-until-may-1st-at-least/comment-page-1/#comment-1067</link>
		<dc:creator>Sean Voisen</dc:creator>
		<pubDate>Fri, 22 Apr 2005 21:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://joshdura.com.s60760.gridserver.com/?p=386#comment-1067</guid>
		<description>mod_rewrite would work, but would also require a bit of work I think.  What I did was create a 404 page that uses PHP to grab the tail end of the old URI (since that has the title of what you're looking for) and run a search with the title.  This is with Wordpress, but I would think you could do the same with Textpattern.&lt;br /&gt;
&lt;br /&gt;
Not a perfect solution, but it seems to work fine for most people.</description>
		<content:encoded><![CDATA[<p>mod_rewrite would work, but would also require a bit of work I think.  What I did was create a 404 page that uses PHP to grab the tail end of the old URI (since that has the title of what you&#8217;re looking for) and run a search with the title.  This is with Wordpress, but I would think you could do the same with Textpattern.</p>
<p>Not a perfect solution, but it seems to work fine for most people.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
