Hi,
In a product I was involved in that recently shipped, there was an incorrect url. I'd like to solve it with a rewrite rule.
The incorrect url is as follows :
http://domain/connect/connect/etc
So it has /connect in there twice, though it should only be in there once. So I'd need a rewrite rule that removes one of them, but I don't know regex well enough to do it myself (been years since I dabbled with it).
Thanks a lot!