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 noodl:
http://wiki.apache.org/httpd/RewriteQueryString

The comment on the change is:
Fix non-directive

------------------------------------------------------------------------------
  
  {{{
  RewriteCond %{QUERY_STRING} val
- Rewrite ^/page1 /page2
+ RewriteRule ^/page1 /page2
  }}}
  
  Note that you don't need to use the Query String Append flag if you won't 
modify the query string in the {{{RewriteRule}}}; it is left as-is in the URL 
by default.

Reply via email to