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 03:55:07 UTC

[Httpd Wiki] Update of "RewriteFlags" 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/RewriteFlags

New page:
Flags modify the behavior of a rule. In this section, we'll show all of the available flags, and give examples of using each in a real-world scenario.

Several flags can be combined, separated by commas, to combine the effect of those flags.

 * [:RewriteFlags/C:C - Chain]
 * [:RewriteFlags/CO:CO - Cookie]
 * [:RewriteFlags/E:E - Env]
 * [:RewriteFlags/F:f - Forbidden]
 * [:RewriteFlags/G:G - Gone]
 * [:RewriteFlags/H:H - Handler]
 * [:RewriteFlags/L:L - Last]
 * [:RewriteFlags/N:N - Next]
 * [:RewriteFlags/NC:NC - No Case]
 * [:RewriteFlags/NE:NE - No Escape]
 * [:RewriteFlags/NS:NS - No Subrequest]
 * [:RewriteFlags/P:P - Proxy]
 * [:RewriteFlags/PT:PT - Pass through]
 * [:RewriteFlags/QSA:QSA - Query String Append]
 * [:RewriteFlags/R:R - Redirect]
 * [:RewriteFlags/S:S - Skip]
 * [:RewriteFlags/T:T - Type]