Author Archives: admin

Posts by admin:

wordpress 3.1 on iis6 – redirect hell

I’ve been having a nightmare setting up wordpress 3.1 on iis6 So here are my notes I’m using IIRF with the following set up RewriteLog c:\temp\iirf RewriteLogLevel 3 MaxMatchCount 1 RewriteEngine On IterationLimit 4 StatusInquiry ON # Do not pass … Continue reading

Posted in Misc | Leave a comment

The Vegetable Zodiac

Many years ago, my good friend Charlotte and I invented a new Zodiac, based on Vegetables. This had no great intellectual purpose, but for some reason was rather popular, particularly the daily horoscopes. And so, having rediscovered the great tome … Continue reading

Posted in FrontPage, Vegetable Zodiac | Leave a comment

permalinks on iis

I’m copying this directly from http://www.keyboardface.com/archives/2007/09/07/update-for-wordpress-permalinks-on-iis/ Because the internet sometimes mislays stuff :) 07 Sep 07 Update for WordPress Permalinks on IIS There has been quite a bit of comments going back and forth on the code that I wrote … Continue reading

Posted in FrontPage, www | Tagged , | Leave a comment

debugging wordpress

Not that I *ever* make any dodgy code… To debug any php issues, add this to the top of functions.php (which you of course have in your theme directory). Uncomment it to enable. /* error reporting ini_set(‘display_errors’, 1); ini_set(‘log_errors’, 1); ini_set(‘error_log’, … Continue reading

Posted in FrontPage, www | Tagged , , | Leave a comment

Fix: WordPress header – failing on Step 2

The Error: The ‘Appearance’, ‘Header’ screen initiated fine, and allowed me to upload a new picture – but hung at the next step, with this script error: Message: Object doesn’t support this property or method Line: 56 Char: 3 Code: … Continue reading

Posted in www | Tagged , , | Leave a comment