Your browser caches old redirects. It may be fixed and you wouldn’t know it.
Open chrome dev tools CTRL+SHIFT+I, click the networks tab and then checkmark disable caching.
Try accessing your new redirect with dev tools open and see if it works while ignoring the cache.
If that still doesn’t do it, see if you’ve missed some important escape chars. I’m thinking the / just before your wildcard group might need to be escaped.
Was it just missing in like /refrigerator-repair/(.*
I have the same problem, but I’m sure i’ve tripple checked everything - and i keep getting a 404 error for my perfectly fine 301 redirect.
I tried everything.
All redirects I added yesterday work fine, but today they don’t.
I need to revert to the old/wrong url, because i cannot change this.
Does anybody know more about this?
Does it happen often that redirects take much more time to propagate?
Can there be a bug where it does not work?