My website was created using underscores in page URLs:
But I’ve decided to rename my pages. I’d like to make a universal redirect that replaces underscores with hyphens:
I tried doing this using placeholders:
:word1 _ :word2: _ :word3 _ :word4
Redirects to:
:word1 - :word2: - :word3 - :word4
But that doesn’t seem to work.
Is it possible to create a universal redirect that replaces ALL underscores with dashes?
Thanks!