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
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