Welcome Guest, Not a member yet? Register   Sign In
Cyrillic Letters in URL
#1

[eluser]mDonchev[/eluser]
Hello guys,

I have an error like this : The URI you submitted has disallowed characters.

I know the regex in the config which is limiting this, but can you tell me what I should write in that regex so that I can use cyrillic letters in my URL?

My site is UTF8 if that matters.

Thanks in advance
Martin
#2

[eluser]MrEnirO[/eluser]
You can Try this: _a-zA-Z0-9а-яА-Я
#3

[eluser]mDonchev[/eluser]
Thanks man,

this one works fine:
Code:
a-z 0-9~%.:_-а-яА-Я

Thank you for the idea.

Martin




Theme © iAndrew 2016 - Forum software by © MyBB