You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2008/02/06 21:44:44 UTC

[Httpd Wiki] Trivial Update of "RewriteQueryString" by noodl

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.