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/12/31 04:05:53 UTC

[Httpd Wiki] Update of "RewriteQueryString" by RichBowen

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

------------------------------------------------------------------------------
  RewriteRule ^/path/([^/]+)/([^/]+) /path?$1=$2
  }}}
  
+ See also RewritePathInfo for more examples of this technique.
+