Re: [us...@httpd] getting ErrorDocument to perform a 'hard' redirect

2010-03-31 Thread Nilesh Govindarajan
On 04/01/10 04:29, E R wrote: Hi everyone, I'd like to have: ErrorDocument 404 /some/local/url perform a hard redirect (i.e. it actually sends a 302 back to the client.) I don't want to specify a full url like this: ErrorDocument 404 http://some.host:/some/local/url because I don't want

[us...@httpd] getting ErrorDocument to perform a 'hard' redirect

2010-03-31 Thread E R
Hi everyone, I'd like to have: ErrorDocument 404 /some/local/url perform a hard redirect (i.e. it actually sends a 302 back to the client.) I don't want to specify a full url like this: ErrorDocument 404 http://some.host:/some/local/url because I don't want to have to inject the host, por