I have several old, broken urls that looked like this: http://www.easyjob.net/partners/whatever.html
I would like to redirect them all to http://www.easyjob.net/partners/general/
The following rule won't work, as the "destination" url will trigger the same rule again, and I'll get a "too many redirects" error.
How can I match any html file inside the /partners/ folder but without matching anything in the /partners/general/ subfolder?
Thanks!