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"]

Reply via email to