I know that RewriteMap must be defined first before it can be used in .htaccess file. But I am not sure if I can do that in shared hosting or not. Is there any way to do it myself on the server?
What I want to do is redirect URL with uppercase to lowercase. I am trying to do that with .htaccess (If there is any other viable alternative, please describe that). But when I tried to use RewriteMap, it says not allowed. I learned that you need to define it first. So, I need to know if I can do it myself on the server.
Please don't give answers like Ask the Host or the Technical Support about that. I am going to do that. But before that, I would like to get some information on this. Many times the technical team are not good enough. Sometimes we tend to have more knowledge than they do and often I have found them giving incorrect information intentionally or unintentionally. I also want others with similar questions to get their answer. So I am posting this question.
I am also open to any suggestion to do this redirect without using RewriteMap. I have seen some rules which did the redirect but it was not proper. There were some problems with them.
Any help would be welcome and appreciated.
Thank You.