Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The "RewriteQueryString" page has been changed by thumbs:
https://wiki.apache.org/httpd/RewriteQueryString?action=diff&rev1=19&rev2=20

Comment:
Clarified the example

  Be cautious when dealing with complex query strings, since the order of the 
variables is often arbitrary.
  
  === Access control by Query String ===
- Deny access to {{{http://example.com/page?var=val}}} if {{{var=val}}} 
contains the string {{{foo}}}.
+ Deny access to {{{http://example.com/page?query_string}}} if 
{{{query_string}}} contains the string {{{foo}}}.
  
  {{{
  RewriteCond %{QUERY_STRING} foo

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to