I have an htaccess file up and working. I now have about 100 pages that are being deleted (all in the root) and want to set them up with a 410 error. The file names all start out with redwidges with a keyword after, then the .html.
So instead of writing out all 100 urls I assume this is the correct way to write it?
RewriteRule ^redwidgets[A-Z]\.html$ - [G]
RewriteRule ^bluewidgets[A-Z]\.html$ - [G]