RewriteEngine on
#--exclude "/googlea1b2c3d4e5f6.html--#
RewriteCond %{REQUEST_URI} !^/googlea1b2c3d4e5f6\.html$ [NC]
#--redirect all .html requests to 410 Gone--#
RewriteRule \.html$ - [R=410,L]
#--exclude "/googlea1b2c3d4e5f6.html--#
RewriteCond %{REQUEST_URI} !^/googlea1b2c3d4e5f6\.html$ [NC]
#--redirect all .html requests to 410 Gone--#
RewriteRule \.html$ - [R=410,L]
Leave a comment: