I need to be able to redirect my errors to another page.... I went to the following page, and did just what it said, but for some reason it doesnt work.
http://www.javascriptkit.com/howto/htaccess2.shtml
This is what I have. but I get a 500 error
Quote:
|
ErrorDocument 401 /ERROR_401.php
|
so I do this
Quote:
ErrorDocument 401 /ERROR_401.php
ErrorDocument 500 /ERROR_500.php
|
(ERROR_401.php, and ERROR_500.php are actual pages by the way)
but i STILL get the 500 error, what gives?