Okay, I'm going crazy here.
I'm trying to rewrite ..
http://sitename.x/ipb/topic/10189.msg99496-
simply to
http://sitename.x/ipb/topic/10189-
... all I need to do is drop out the ".msg99496" (the number after .msg is a variable by the way)
what am I doing wrong here...
One of my many attempts to make this work...
RewriteRule ^/ipb/topic/([0-9]+).msg([0-9]+)- /ipb/topic/$1- [NC]
Thanks in advance.