Файл: .htaccess
Строк: 30
  AddDefaultCharset utf-8
  DirectoryIndex index.php
  Options
-Indexes
  
  RewriteEngine On 
  RewriteRule ^reg/?$ includes/reg.php
[L,QSA]
  RewriteRule ^exit/?$ includes/exit.php [L,QSA]
  RewriteRule
^aut/?$ includes/aut.php [L,QSA]
  RewriteRule ^up_money/?$
includes/up_money.php [L,QSA]
  RewriteRule ^up_billet/?$
includes/up_billet.php [L,QSA]
  RewriteRule ^my_money/?$
includes/my_money.php [L,QSA]
  RewriteRule ^moder/?$ includes/moder.php
[L,QSA]
  RewriteRule ^moder/ok([0-9]*)/?$
includes/moder.php?act=ok&id=$1 [L,QSA]
  RewriteCond
%{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
   
RewriteRule ^garants/?$ garants.php [L,QSA]
    RewriteRule ^contacts/?$
contacts.php [L,QSA]
    RewriteRule ^agreement/?$ agreement.php [L,QSA]
   RewriteRule ^AboutProject/?$ AboutProject.php [L,QSA]
    RewriteRule
^Action/?$ Action.php [L,QSA]