Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by slive: http://wiki.apache.org/httpd/Recipes/QueryString The comment on the change is: Remove unecessary comment. ------------------------------------------------------------------------------ Deny access to {{{http://example.com/page?var=val}}} if {{{var=val}}} contains the string {{{foo}}}. {{{ - # using mod_rewrite RewriteCond %{QUERY_STRING} foo RewriteRule ^/page - [F] }}}
