I will explain with an example ,
I already had a post with this url: example.com/website
I changed the url to this:
example.com/why-reason-website
And now I want to change the url again to the original address:
example.com/website
If the type is exact, the page will not come up, but if the type is regex, the page will come up.
I have more than 1000 posts and I can’t change the type to regex one by one.
That’s why I added this redirect from (.*) to $1 by type regex for redirecting all the posts on my site at once, but it doesn’t work.