Is it possible to simplfy these RewriteRules? I've hundreds of similar entries in my .htaccess
file and it seems not to be the best way to set a 410 Header.
RewriteRule ^pageID_9363511.html - [G]
RewriteRule ^pageID_9363511_2.html - [G]
RewriteRule ^ci_8819019/thumb_11725326.JPG - [G]
…
…
Thank you