Error 500 you say?

I get tied up with business trips and miss a few days of posts and the website decides to go all “error 500” on me.

Following absticles’ tip on the wordpress forum, adding this to the .htaccess file seems to have done it.


RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

Some sidebar candy seems to need some burping too. Plus I should backup the backup’s backup.

Looks like it’s time to do a little surgery on the site!

Now where did I put my scalpel and bazooka…