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 VinkoVrsalovic:
http://wiki.apache.org/httpd/Recipes/QueryString

The comment on the change is:
trypo

------------------------------------------------------------------------------
  Keep the existing query string using the Query String Append flag, but add 
{{{newstuff}}} to the end.
  
  {{{
- RerwriteRule (.*) $1?var=value [QSA]
+ RewriteRule (.*) $1?var=value [QSA]
  }}}
  
  === Rewriting For Certain Query Strings ===

Reply via email to