Redirect URL with query string
-
I need the correct regex to redirect a language query string URL to a directory URL. I want any of the path leading up to this query string included for example:
/page/subpage/subpage/?lang=fr
to
/fr
I’ve tried several combinations, any help is appreciated:)
- The topic ‘Redirect URL with query string’ is closed to new replies.