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:27:10 UTC

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

New page:
The G flag returns a 410 Gone status code for the requested URL.

{{{
RewriteEngine On
RewriteRule \.cfm$ - [G]
}}}

The above rule will return a 410 Gone status for any URI ending in ".cfm", as is only right and proper.

The more verbose form of [Gone] is also permitted.

'' Back to ["RewriteFlags"]