Re: [users@httpd] Unconditional Redirect?

2012-04-28 Thread Waldemar Klein
On Sat, Apr 28, 2012 at 5:25 PM, Eric Covener wrote: > What errors exactly? That was a good question :) This is browser dependent, there is no error inside Apache (nothing about it in error.log or access.log). Firefox and Seamonkey say "Failed to Connect" Opera says "Found. The document was move

[users@httpd] Unconditional Redirect?

2012-04-28 Thread Waldemar Klein
Hello. I'm looking for a way to unconditionally Redirect. This is used in an construct, so my condition is checked already. I use this in a (normal, forward, not reverse) Proxy configuration, which handles http and https requests. I already tried "RedirectMatch .* http://my.new.url.here"; which