I've skinned my weblog and I use PHP to skin my error page. (http://leftofwest.org/404.php) BUT, when I tried to use the Control Panel to create a 404 with a PHP extension, nothing happened. THEN, I tried to write my own .htaccess file and got a 500 error, completely blocking me out of my site.
I used the same code I have with other hosts - ErrorDocument 404 http://leftofwest.org/404.php - in the .htaccess file so I'm not sure what's up.
Since CP insists on using .shtml (YUK!), am I going to have to create a .shtml page that then pulls in my PHP?