AddDefaultCharset utf-8
DirectoryIndex index.php
php_value mbstring.internal_encoding UTF-8
#php_flag display_errors on
#php_flag display_startup_errors on
ErrorDocument 404 /index.php

RewriteEngine on
# ЧПУ #
RewriteRule ^news?$ /news.php [L,QSA]
RewriteRule ^allgame?$ /allgame.php [L,QSA]
RewriteRule ^info/([0-9]+)?$ /infogame.php?id=$1 [L,QSA]
RewriteRule ^insertgame?$ /insertgame.php [L,QSA]
RewriteRule ^konts?$ /konts.php [L,QSA]
RewriteRule ^guest?$ /guest.php [L,QSA]


  