Thanks to the wonders of ColdFusion, if someone linked to one of my posts on Blankbaby Media at the old address the link shall still work.
Hurrah!
I don't think anyone actually did link to any of my posts there (maybe I did once or twice) but better safe than sorry.
And as an added bonus I now have yet another about page on the web about, well, me.
So here is the code, no it isn't that complicated and that's why I like Coldfusion. This took me all of 2 minutes:
<cfparam name= "p" default = "" type = "any">
<cfif p NEQ "">
<cflocation url = "http://www.blankbaby.com/media/?p=#p#">
<cfelse>
<cflocation url = "http://www.blankbaby.com/media/index.php">
</cfif>
This would have been much more difficult if Wordpress used static files, thank goodness it doesn't.