Forum Moderators: phranque
example.com/posts/a-santised-post-slug/
to:
example.com/index.php?name=a-santised-post-slug
using:
RedirectMatch ^/posts/([a-z-]+)/?$ http://example.com/index.php?name=$1
But the question mark is escaped to %3f. Is there any way I can prevent it from being escaped by modifying my RedirectMatch? I know I can use rewrites here, but I don't want to for a number of reasons.