S
S
Snewer2014-11-24 19:07:21
Regular Expressions
Snewer, 2014-11-24 19:07:21

Why not all Cyrillic. characters pass in RewriteRule?

Hello, I have the following rule:

AddDefaultCharset utf-8
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule    ^([А-Яа-я0-9]*)$    index.php?q=$1

when using some characters (C, for example), it does not work. What could be the problem? Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Inteli Sense, 2014-11-25
@Aios

At least in the fact that such rules are not written ... Look Here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question