spread the dot jenett.radio.randomizer - click to visit a random Radio weblog - for information, contact randomizer@coolstop.com

System Administration

Tools for the toolbox
 Wednesday, October 09, 2002

When is a file not a file?

When you make an idiotic typographical error in your RewriteCond:
 RewriteCond %{DOCUMENT_ROOT}{REQUEST_FILENAME} !-f
should be
 RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f

This is why you need peer review, or at the very least a good copy editor.

5:56:18 PM # Google It!
categories: System Administration

Busyness

I've started moving the change into production. There's a minor problem with trailing slashes that I've yet to fix, but the 404s I'm seeing aren't related.

While working on this, I've found that we have a Stanley Kubrick fan site that's delivering the majority of the hits on this set of servers.

11:45:18 AM # Google It!
categories: PWP, System Administration