You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/04 21:26:50 UTC

[Httpd Wiki] Update of "RewriteQueryString" by thumbs

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-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org