# Автор движка: InstalScript
# vk.com/k.karamin  - Я Вк
# bymas.ru/id3741  - Я на бумасе
# Специально для обитателей bymas.ru
# Ток на бумасе можно найти моды для данного движка

AddDefaultCharset UTF-8
DirectoryIndex index.php
Options -Indexes
ErrorDocument 404 /no-page
php_flag display_errors on








DirectoryIndex index.php
RewriteEngine On

RewriteRule ^auth?$ /instalscript/game/auth.php? [L,QSA]
RewriteRule ^angar([a-z_0-9-/]*)?$ /instalscript/game/angar.php?is=$1 [L,QSA]
RewriteRule ^battle([a-z_0-9-/]*)?$ /instalscript/game/battle.php?is=$1 [L,QSA]
RewriteRule ^buildings([a-z_0-9-/]*)?$ /instalscript/game/buildings.php?is=$1 [L,QSA]
RewriteRule ^company([a-z_0-9-/]*)?$ /instalscript/game/company.php?is=$1 [L,QSA]
RewriteRule ^chat([a-z_0-9-/]*)?$ /instalscript/game/chat.php?is=$1 [L,QSA]
RewriteRule ^cw([a-z_0-9-/]*)?$ /instalscript/game/cw.php?is=$1 [L,QSA]
RewriteRule ^exit?$ /index.php?exit [L,QSA]
RewriteRule ^index?$ /index.php? [L,QSA]
RewriteRule ^infomap([a-z_0-9-/]*)?$ /instalscript/game/infomap.php?is=$1 [L,QSA]
RewriteRule ^modification([a-z_0-9-/]*)?$ /instalscript/game/modification.php?is=$1 [L,QSA]
RewriteRule ^magazine([a-z_0-9-/]*)?$ /instalscript/game/magazine.php?is=$1 [L,QSA]
RewriteRule ^missions/?$ /instalscript/game/missions.php? [L,QSA]
RewriteRule ^newstore([a-z_0-9-/]*)?$ /instalscript/game/newstore.php?is=$1 [L,QSA]
RewriteRule ^payments([a-z_0-9-/]*)??$ /instalscript/game/payments.php?is=$1 [L,QSA]
RewriteRule ^profile([a-z_0-9-/]*)?$ /instalscript/game/profile.php?is=$1 [L,QSA]
RewriteRule ^pimp([a-z_0-9-/]*)?$ /instalscript/game/pimp.php?is=$1 [L,QSA]
RewriteRule ^rating([a-z_0-9-/]*)?$ /instalscript/game/rating.php?is=$1 [L,QSA]
RewriteRule ^start([a-z_0-9-/]*)?$ /instalscript/game/start.php?is=$1 [L,QSA]
RewriteRule ^settings([a-z_0-9-/]*)?$ /instalscript/game/settings.php?is=$1 [L,QSA]
RewriteRule ^support([a-z_0-9-/]*)?$ /instalscript/game/support.php?is=$1 [L,QSA]
RewriteRule ^tankimage_([0-9_]*).jpg?$ /instalscript/game/tankimage.php?tk=$1 [L,QSA]
RewriteRule ^upgrade([a-z_0-9-/]*)?$ /instalscript/game/upgrade.php?is=$1 [L,QSA]
RewriteRule ^forum([a-z_0-9-/]*)?$ /instalscript/game/forum.php?is=$1 [L,QSA]






















