301 redirect this:
example.com/AnythingHere/-/AnythingHere.html
to:
example.com/AnythingHere/AnythingHere.html
Note: AnythingHere
means any digit/alphabet/dash/underline.
tried this but not work:
RewriteRule (.*)/(.*)-(.*)\.html$ (.*)/-/(.*)-(.*)\.html$