Google indexed many posting-URLs with this structure: www.domain.tld/some-topic-t123.html#p456 - I already stopped that by adding Disallow: /*#p* to my robots.txt - but I want those senseless posting-URLs 301 rewritten to the topic-URLs -> www.domain.tld/some-topic-t123.html. I don't know how to do that with mod_rewrite.
Your help is very much appreciated!