Re: [users@httpd] Unconditional Redirect?

2012-05-11 Thread Matus UHLAR - fantomas
On 28.04.12 17:16, Waldemar Klein wrote: I'm looking for a way to unconditionally Redirect. This is used in an If .. 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

[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 If .. 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;

Re: [users@httpd] Unconditional Redirect?

2012-04-28 Thread Eric Covener
On Sat, Apr 28, 2012 at 11:16 AM, Waldemar Klein waldemar.kle...@googlemail.com wrote: Hello. I'm looking for a way to unconditionally Redirect. This is used in an If .. construct, so my condition is checked already. I use this in a (normal, forward, not reverse) Proxy configuration, which

Re: [users@httpd] Unconditional Redirect?

2012-04-28 Thread Waldemar Klein
On Sat, Apr 28, 2012 at 5:25 PM, Eric Covener cove...@gmail.com 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