View Single Post
Old 07-05-2002, 07:04 PM   PM User | #1
lotrtrotk
New to the CF scene

 
Join Date: Jul 2002
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
lotrtrotk is an unknown quantity at this point
htaccess problem

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?
lotrtrotk is offline   Reply With Quote