I am trying to set the ERROR FILE on my OS X server, so that I can trap 404 file not found errors.
I input the name of the file in site setting (error file).
After I do this I get an additional error message with 404 errors.
The requested URL /test was not found on this server.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Why am I getting the 500 error ?
What type of “error file” is OS X looking for ?
Apparently is does not like the html/php file that I gave it to handle errors.
What am I doing wrong ?
Comments are closed