Answer the question
In order to leave comments, you need to log in
How to make url parameters in lowercase in Bitrix?
Please help me to resolve the issue!
In the bitrix, the url of the form site.ru/catalog/?arrFilter_P7_MAX=&arrFilter_P7_MI...
must be reduced to lower case. How can I do that? Or why shouldn't it? SEOs demand.
Answer the question
In order to leave comments, you need to log in
How can I do that?
If you want to be perverted, then here they gave a normal answer.
RewriteEngine On
RewriteMap lc int:tolower
RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule (.*) ${lc:$1} [R=301,L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question