Basically, I want a rule whereby anything where "-c-" comes directly after the slash of the domain gets sent to a 410. I have been trying to do this but my code isnt working, so far I have something like this:
RewriteRule ^/\-c\-[0-9]+\.html$ - [G]
But this makes no difference at all, any idea why this is not working? Thanks!
Bookmarks