Jack Baty - the archives

Years of jackbaty.com - archived

Wordpress

Oh goody, another post by some goofball blogger about how he’s switched tools again. I only mention it in case you noticed that the RSS feed has been wonky for a few days. Of course Textpattern used a different URL for its feed so everything broke with the Wordpress switch. The older URL was /?rss=1 and the new one is /feed/rss2/. A little mod_rewrite magic and things seem to be back in order…

<code>RewriteCond %{QUERY_STRING} <sup>rss
RewriteRule </sup>.<strong>  feed/rss2/</code>

I *really like knowing how to do stuff like that.