Thanks everyone for the follow ups. I want to use mod_
 Rewrite if I can get it to work. I've added the module
 in the server and in my virtualhost clause have these
 statements

 RewriteEngine On
 RewriteRule MyApp\/Version\/Five\/ http://10.x.x.x/Version/Five/ [P,NE,L]

 I call the application as https://modssl/MyApp/Version/Five/?Arg1=1&Arg2=2
 The internal server receives the URL but has this in the 
 access logs

 GET /Version/Five/%3FArg1=1&Arg2=2

 So it appears as if this is close to working. How can I
 prevent the '?' from being changed to a '%3F' by Rewrite?


 Chris
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to