[ad_1]
Hello @giorgi1992,
Thank you for contacting Rank Math support.
Our plugin doesn’t have the option to force the lowercase in the URLs but we are aware that this can be achieved with some custom code or plugins. You can get in touch with your host and check with them as they might already have a solution for this.
If you have Apache’s mod_speling enabled, all you need in your .htaccess file is this:
<IfModule mod_speling.c>
CheckCaseOnly On
CheckSpelling On
</IfModule>
Please don’t hesitate to get in touch in case you need our assistance with anything else.