I could use some help here.
The account I'm working in has the following .htaccess file:
Action application/x-pair-sphp /cgi-sys/php-cgiwrap/mule/php4.cgi
AddType application/x-pair-sphp .php4 .php3 .htm .html
Now I would like to add a customized error page ie.:
ErrorDocument 404 /serverror/404.htm
However it doesn't work when the requested file is of an extension which is parsed by php (but with all other files) and instead I get a 500 Internal Server Error.
Any suggestions / solutions appreciated!
Thanks!