Файл: .htaccess
Строк: 24
DirectoryIndex index.php
#Options All -Indexes
AddDefaultCharset
utf-8
ErrorDocument 404 /404.php
RewriteEngine on
RewriteRule
^image/([0-9]+) count/index.php?id=$1&size=big [L]
RewriteRule
^imageOther/([0-9]+) count/index.php?id=$1&size=small [L]
RewriteRule
^go/([0-9]+) in.php?id=$1 [L]
RewriteRule ^out/([0-9]+) out.php?id=$1
[L]
RewriteRule ^m/online/([0-9]+) infos.php?act=online&id=$1
[L]
RewriteRule ^stats/([0-9]+) infos.php?id=$1 [L]
RewriteRule
^m/registration reg.php [L]
RewriteRule ^m/global_stat.php stats.php
[L]
RewriteRule ^m/authentication auth.php [L]
RewriteRule ^m/pass.php
password.php [L]
RewriteRule ^m/rules rules.php [L]
RewriteRule
^m/faq.php faq.php [L]
RewriteRule ^m/office/platforms
office.php?act=platforms [L]
RewriteRule ^m/office/addPlatform
office.php?act=add_platform [L]
RewriteRule
^m/office/editPlatform/([0-9]+) office.php?act=edit_platform&id=$1
[L]
RewriteRule ^m/office/code/([0-9]+) office.php?act=code&id=$1
[L]
RewriteRule ^m/office office.php [L]
RewriteRule ^gold.php
gold/index.php [L]
RewriteRule ^m/best.php gold/best.php [L]
RewriteRule
^best.php gold/buy.php [L]
RewriteRule ^m/category/view/([0-9]+)
cat.php?act=view&id=$1 [L]
RewriteRule ^m/category cat.php
[L]
RewriteRule ^exit logout.php [L]
RewriteRule ^captha.jpg captha.php
[L]