AddDefaultCharset UTF-8
RewriteEngine on
RewriteRule ^us([0-9]+)$
inf.php?id=$1 [L,QSA]
RewriteRule ^info_([0-9]+)$ anketa.php?id=$1
[L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1
[L,QSA]
php_flag display_errors off