Hi there,
I have a problem with accents in url with tags.
An url like this: url.com/tag:wòrd doesn’t work
How can I fix it?
Thanks.
Hi there,
I have a problem with accents in url with tags.
An url like this: url.com/tag:wòrd doesn’t work
How can I fix it?
Thanks.
You need to urlencode() and urldecode() your tags.
Fixed it. Thank you @texnixe 