Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.
how to make available the Cyrillic domain in the url field
Hello, tell me how to make available the Cyrillic domain in the url field. now when you try in the url field, specify the domain name in Russian is an error that the wrong link
I already made the fixes for you.
/components/com_community/helpers/validate.php
line 61:
From
$regex = '/^[a-zA-Z]+[:\/\/]+[A-Za-z0-9\-_]+\\.+[A-Za-z0-9\.\/%&=\?\-_#!]+$/i';
to
$regex = '/^[a-zA-Z]+[:\/\/]+[A-Яа-яA-Za-z0-9\-_]+\\.+[A-Яа-яA-Za-z0-9\.\/%&=\?\-_#!]+$/i';