Forum Moderators: phranque
# Send 410 response to HTTP/1.1 or enhanced HTTP/1.0 clients
RewriteCond %{HTTP_HOST} .
RewriteRule ^existing_page_we_want_to_410\.html$ - [G]
# Else rewrite to non-existent path
RewriteRule ^existing_page_we_want_to_410\.html$ /non_existent_path.html [L]