<IfModule mod_charset.c> 
  CharsetRecodeMultipartForms off 
</IfModule>

php_value register_globals off

RewriteEngine On
RewriteRule ^bill_(.*).htm$ view_bill.php?id=$1
RewriteRule ^marka_(.*).htm$ list_model.php?id_marka=$1
RewriteRule ^model_(.*).htm$ list_bill.php?id_model=$1
