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: Make the example consistent again. ------------------------------------------------------------------------------ === Adding to the Query String === - Keep the existing query string using the Query String Append flag, but add {{{newstuff}}} to the end. + Keep the existing query string using the Query String Append flag, but add {{{var=value}}} to the end. {{{ RewriteRule (.*) $1?var=value [QSA]
