Day: January 19, 2004

  • Weirdness with .htaccess

    I started to make Dr. Wingnut more accessible last night by adding an error page to handle missing page requests, etcetera.  As part of that process I created the .htaccess file with the following content:ErrorDocument 400 /error.phpErrorDocument 403 /error.phpErrorDocument 404 /error.phpErrorDocument 500 /error.phpThe error.php file builds a response formatted with the same structure as the…