Since this didn’t work for me either:
RewriteCond %{REQUEST_URI} !^catalog/?$
but this did:
RewriteCond %{REQUEST_URI} !^.*catalog.*$
I just tried joining them like this:
RewriteCond %{REQUEST_URI} !^.*/catalog/.*$
and it actually worked for me. I never did anythig with this .htaccess stuff before, but I think it works for me now. Only links with ‘/catalog/’ in it will be excluded, so the ones with ‘catalog’ in the title should be fine!