Re: [EMAIL PROTECTED] help ErrorDocument directive with Apache 2.2.2

2006-06-22 Thread Joshua Slive
On 6/22/06, Cesar Jorge Martinez Mata <[EMAIL PROTECTED]> wrote: Thanks, Joshua, Then, why If I use a full URL then is it redirect correctly? Read the paragraph above the one about MSIE ;-) In summary: using a full URL doesn't really send an error document at all. It sends a redirect, just l

RE: [EMAIL PROTECTED] help ErrorDocument directive with Apache 2.2.2

2006-06-22 Thread Cesar Jorge Martinez Mata
] help ErrorDocument directive with Apache 2.2.2 On 6/22/06, Cesar Jorge Martinez Mata <[EMAIL PROTECTED]> wrote: > I have configurated the 404 ErrorDocument directive (file does not exist), > but it is not redirecting to error page. Haven't seen this FAQ in a while. See the par

Re: [EMAIL PROTECTED] help ErrorDocument directive with Apache 2.2.2

2006-06-22 Thread Joshua Slive
On 6/22/06, Cesar Jorge Martinez Mata <[EMAIL PROTECTED]> wrote: I have configurated the 404 ErrorDocument directive (file does not exist), but it is not redirecting to error page. Haven't seen this FAQ in a while. See the paragraph about MSIE "friendly" error messages: http://httpd.apache.or

[EMAIL PROTECTED] help ErrorDocument directive with Apache 2.2.2

2006-06-22 Thread Cesar Jorge Martinez Mata
Hi,   I have configurated the 404 ErrorDocument directive (file does not exist), but it is not redirecting to error page.   The httpd.conf is:   DocumentRoot "/disk2/des/WEB"    ErrorDocument 404 /error_not_found.html …   If I go to browser, the page exists: http://desa:9040/e