Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite) [SOLVED]

2007-07-12 Thread SOPRO
g > Subject: Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite) > > Nick, > > I understood your comment about encrypted/unencrypted data. > About that three lines of mod_rewrite, I use them to provide > round-robin for my two web servers. > > I want to know

RE: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite)

2007-07-12 Thread Boyle Owen
> -Original Message- > From: SOPRO [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 12, 2007 5:53 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite) > > Nick, > > I understood your comment about encrypted

Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite)

2007-07-12 Thread SOPRO
Nick, I understood your comment about encrypted/unencrypted data. About that three lines of mod_rewrite, I use them to provide round-robin for my two web servers. I want to know if this lost of POST data is the expected apache's behavior when redirecting. Regards, Fabricio. 2007/7/12, Nick K

Re: [EMAIL PROTECTED] POST Method on Redirect (mod_rewrite)

2007-07-12 Thread Nick Kew
On Thu, 12 Jul 2007 11:29:57 -0300 SOPRO <[EMAIL PROTECTED]> wrote: > Hi all, > > I have the following scenario in my httpd.conf file: > > > ServerName myapp.domain.com > RewriteEngine On > RewriteCond %{HTTPS} !=on > RewriteRule ^/(.*) https://secure.domain.com/myapp/