[EMAIL PROTECTED] ErrorDocument 404 redirect with server response code issue

2007-08-30 Thread Steve Finkelstein
Hi all, I'm trying to redirect users to my base URL upon a 404 submission. According to Apache's documentation, the method I'm using is not sufficient: Note that when you specify an ErrorDocument that points to a remote URL (ie. anything with a method such as http in front of it), Apache will

Re: [EMAIL PROTECTED] ErrorDocument 404 redirect with server response code issue

2007-08-30 Thread Jeff Peng
Original-Nachricht Datum: Thu, 30 Aug 2007 11:45:05 -0400 Von: Steve Finkelstein [EMAIL PROTECTED] An: users@httpd.apache.org I'd send like use proper headers, send a 404 to the client, then redirect them to my base URL. Is this possible? Should I resort to mod_rewrite

Re: [EMAIL PROTECTED] ErrorDocument 404 redirect with server response code issue

2007-08-30 Thread Joshua Slive
On 8/30/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, I'm trying to redirect users to my base URL upon a 404 submission. According to Apache's documentation, the method I'm using is not sufficient: Note that when you specify an ErrorDocument that points to a remote URL (ie.

Re: [EMAIL PROTECTED] ErrorDocument 404 redirect with server response code issue

2007-08-30 Thread Bj
Why don't you use an 404 html page with an automatique redirection to your home ? -- Bj On 8/30/07, Jeff Peng [EMAIL PROTECTED] wrote: Original-Nachricht Datum: Thu, 30 Aug 2007 11:45:05 -0400 Von: Steve Finkelstein [EMAIL PROTECTED] An: users@httpd.apache.org I'd

Re: [EMAIL PROTECTED] ErrorDocument 404 redirect with server response code issue

2007-08-30 Thread Steve Finkelstein
Thanks all, makes more sense now. :-) - sf On 8/30/07, Joshua Slive [EMAIL PROTECTED] wrote: On 8/30/07, Steve Finkelstein [EMAIL PROTECTED] wrote: Hi all, I'm trying to redirect users to my base URL upon a 404 submission. According to Apache's documentation, the method I'm using is