I published my website and created 301 redirect for older URL from the previous website.
Unfortunately some old URL contain the character " : " which is not allowed.
Based on information, I tested everything the %: ; the (.*) ; the %3A ; the space; the delete nothing seems to work.
Here is the previous url :
medecine-esthetique/le-prf-:-le-plasma-riche-en-fibrine/63e22afe062263ef95618aca
And here is the new one :
/actes/le-prf-le-plasma-riche-en-fibrine
I’m trying to find a solution to replace : from the older url in order to have the redirect
Can someone help me ?
Hello @eaqbe, in Webflow you can substitute an invalid character with a dot and a * inside parenthesis . In your case the old url should look like this:
medecine-esthetique/le-prf-(.*)-le-plasma-riche-en-fibrine/63e22afe062263ef95618aca
I hope this helps!
Jeremie if you’ve already tried Pablo’s solution and it’s not working for you, the only other option I can think of here is to bring your redirects external, to a platform that can handle them.
I occasionally do this with Cloudflare redirects, but it requires a cloudflare DNS and a proxied DNS configuration. Your DNS provider may offer something similar.