case insensitive URL matching
-
I want redirect to work as following
/student —> /partner?type=studentBut I want the URL “/student” to match any case combination, example “/Student”, “/sTudent” et al should match and redirect should happen.
I tried using following two options with Regex enabled, but doesnt work:
/\/student/i
/\/student/gi
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘case insensitive URL matching’ is closed to new replies.