https://issues.apache.org/bugzilla/show_bug.cgi?id=55709
Bug ID: 55709
Summary: Typo in Rewrite Flags G uses F text
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_rewrite
Assignee: [email protected]
Reporter: [email protected]
In page:
https://httpd.apache.org/docs/2.2/rewrite/flags.html
The "G" section:
The [G] flag forces the server to return a 410 Gone status with the response.
This indicates that a resource used to be available, but is no longer
available.
As with the [F] flag, you will typically use the "-" syntax for the rewrite
target when using the [G] flag:
RewriteRule oldproduct - [G,NC]
When using [F], an [L] is implied - that is, the response is returned
immediately, and no further rules are evaluated.
repeats the last line of the F. I imagine you wanted to mention its similarity
w/ the F flag, e.g.:
As with the [F], when using [G], an [L] is implied - that is, the response is
returned immediately, and no further rules are evaluated.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]