Re: [EMAIL PROTECTED] Logging query strings from a re-write rule

2008-07-14 Thread Francois Gingras
tring of the URL that I > am sending the browser to. > If that makes sense.. > > Steve > > -Original Message- > From: Francois Gingras [mailto:[EMAIL PROTECTED] > Sent: 10 July 2008 14:16 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Logging quer

RE: [EMAIL PROTECTED] Logging query strings from a re-write rule

2008-07-14 Thread Foster, Stephen (ASPIRE)
July 2008 14:16 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Logging query strings from a re-write rule Steve, Without digging too much in your particular issue, note that RewriteCond will only match the query string if you use %{QUERY_STRING}; You can check the following guide for

Re: [EMAIL PROTECTED] Logging query strings from a re-write rule

2008-07-10 Thread Francois Gingras
Steve, Without digging too much in your particular issue, note that RewriteCond will only match the query string if you use %{QUERY_STRING}; You can check the following guide for examples: http://wiki.apache.org/httpd/RewriteQueryString Frank On 7/10/08, Foster, Stephen (ASPIRE) <[EMAIL PROTECT