DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The G flag returns a 410 Gone status code for the requested URL.
| No Format |
|---|
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.
| Wiki Markup |
|---|
The more verbose form of \[Gone\] is also permitted. |
'' Back to RewriteFlags