i have the following redirect:
RedirectPermanent /SCJ https://fin-iq.com
but it does not work for /scj, /sCj, etc. is there a way to make this case insensitive?
i tried adding [NC,L] but the page crashed.
thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The modifiers [NC,L] are for RewriteRule only. They don’t apply to RedirectPermanent.
And the apache docu tells, that the first parameter to RewriteRule is case-sensitive
So I guess, the only option you got is: