I have about 75 pages that I want to remove with htaccess and would like to use a wildcard so I only have to enter one command.
All files have this format with only the 4 numbers changing to 4 other numbers.
widgets-3374-1.html
This is what I've used for single files but I'm not sure how to set up the wildcard:
RewriteRule ^widgets\.html - [G]
Can someone tell me how to set this up?