Options +FollowSymLinks
RewriteEngine on

















RewriteRule ^(az|ru)/?$ index.php?lang=$1&%{QUERY_STRING} [NS,L]



RewriteRule ^exam/$      exam/index.php
RewriteRule ^sifrenin-berpasi/$      recovery/index.php
RewriteRule ^baxis-imtahani/$      exam/baxis.php
RewriteRule ^baxis-imtahani-yoxla/$      exam/yoxla.php
RewriteRule ^dovlet-imtahani/$      exam/dovlet_imtahani.php

RewriteRule ^registration/([a-z-0-9-_A-Z-]+)/?$ registration/$1.php [NS,L]
RewriteRule ^profile/([a-z-0-9-_A-Z-]+)/?$      profile/$1.php [NS,L]
RewriteRule ^login/([a-z-0-9-_A-Z-]+)/?$      login/$1.php [NS,L]


RewriteRule ^kollec/old_point_history/?$      include/old_point_history/palaz.php?&%{QUERY_STRING} [NS,L]




RewriteRule ^([a-z-0-9-A-Z-]+)/?$ index.php?page=$1&%{QUERY_STRING} [NS,L]
RewriteRule ^([a-z-0-9-A-Z-]+)/([a-z-0-9-A-Z-]+)/?$ index.php?page=$1&id=$2&%{QUERY_STRING} [NS,L]
RewriteRule ^([a-z-0-9-A-Z-]+)/([a-z-0-9-A-Z-]+)/([a-z-0-9-A-Z-]+)/?$ index.php?page=$1&id=$2&alt_id=$3&%{QUERY_STRING} [NS,L]
RewriteRule ^([a-z-0-9-A-Z-]+)/([a-z-0-9-A-Z-]+)/([a-z-0-9-A-Z-]+)/([a-z-0-9-A-Z-]+)/?$ index.php?page=$1&id=$2&alt_id=$3&alt_id2=$4&%{QUERY_STRING} [NS,L]

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php73” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php73___lsphp .php .php7 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
