Archive for November, 2009

Change WordPress permalinks on pages to have a .html extension

We are working on a new website built with WordPress MU, BuddyPress and bbPress and our client requested that all of the pages and posts of each MU site have a .html extension. Ok, so posts are easy just head to your “Permalink Settings” page, click the “Custom Structure” radio button and add something like [...]


SQL: Script to attach and detach Databases for mass moves

I dont know about most of you, but this is something that I have had to do on multiple occasions, moving databases to a new SAN/drive/etc.  And the environments that I normally have to support have WAY too many databases to sit and detach, move, then reattach by hand.  A lot of scripts out there [...]