RewriteEngine on
php_value date.timezone "Asia/Baku"
RewriteBase /
RewriteRule ^in/([0-9]+).php in.php?id=$1 [L]
RewriteRule ^out/([0-9]+).php out.php?id=$1 [L]
RewriteRule ^captha.jpg captha.php [L]
RewriteRule ^kradd.php$ office.php?act=kradd [L]
RewriteRule ^new_site.php(/?)+$ logman.php [L]
RewriteRule ^settings.php$ office.php?act=settings [L]
RewriteRule ^secure.php$ office.php?act=secure [L]
RewriteRule ^emails.php$ office.php?act=emails [L]
RewriteRule ^logins.php$ office.php?act=logins [L]
RewriteRule ^hesab.php$ office.php?act=hesab [L]
RewriteRule ^platforms.php$ office.php?act=platforms [L]
RewriteRule ^code.php$ office.php?act=code [L]
RewriteRule ^graphic.php$ office.php?act=graphic [L]
RewriteRule ^cupon.php$ office.php?act=bextim [L]
RewriteRule ^cupons.php$ office.php?act=bextim_ac [L]
RewriteRule ^vip_platform_([0-9]+).php office.php?act=vip_platform&id=$1 [L]
RewriteRule ^vip_platform_([0-9]+)_ok.php office.php?act=vip_platform&id=$1&ok [L]
RewriteRule ^ban_platform_([0-9]+).php office.php?act=ban_platform&id=$1 [L]
RewriteRule ^ban_platform_([0-9]+)_ok.php office.php?act=ban_platform&id=$1&ok [L]
RewriteRule ^add_platform.php$ office.php?act=add_platform [L]
RewriteRule ^edit_platform_([0-9]+).php office.php?act=edit_platform&id=$1 [L]
RewriteRule ^del_platform_([0-9]+).php office.php?act=del_platform&id=$1 [L]
RewriteRule ^del_platform_([0-9]+)_ok.php office.php?act=del_platform&id=$1&ok [L]
RewriteRule ^graphic_([0-9]+).php office.php?act=graphic&id=$1 [L]
RewriteRule ^code_([0-9]+).php office.php?act=code&id=$1 [L]
RewriteRule ^office_(.*)_sort_(.*).php office.php?act=$1&sort=$2 [L]
RewriteRule ^sort_(.*).php index.php?sort=$1 [L]
RewriteRule ^info/([0-9]+) infos.php?id=$1 [L]
RewriteRule ^info/([0-9]+).php infos.php?id=$1 [L]
RewriteRule ^info/online_(.*).php infos.php?act=online&id=$1 [L]
RewriteRule ^info/operators_(.*).php infos.php?act=operators&id=$1 [L]
RewriteRule ^info/pages_(.*).php infos.php?act=pages&id=$1 [L]
RewriteRule ^info/browser_(.*).php infos.php?act=browser&id=$1 [L]
RewriteRule ^info/sevenday_(.*).php infos.php?act=7day&id=$1 [L]
RewriteRule ^info/days_(.*).php infos.php?act=days&id=$1 [L]
RewriteRule ^info/hours_(.*).php infos.php?act=hours&id=$1 [L]
RewriteRule ^info/ip_(.*).php infos.php?act=ip&id=$1 [L]
RewriteRule ^cat_(.*).php cat.php?act=view&id=$1 [L]
RewriteRule ^cat/(.*)/sort/(.*).php cat.php?act=view&id=$1&sort=$2 [L]
RewriteRule ^ban_(.*).php ban.php?sort=$1 [L]
RewriteRule ^add_platform_2.php office.php?act=add_platform&mod=2 [L]
RewriteRule ^edit_platformm(.*).php office.php?act=edit_platform&mod=2&id=$1 [L]
RewriteRule ^check_platform_([0-9]+)_ok.php office.php?act=check_platform&id=$1&ok [L]
RewriteRule ^check_platform_([0-9]+).php office.php?act=check_platform&id=$1 [L]
RewriteRule ^news.php/([0-9]*)$ news.php?page=$1 [L,QSA]
RewriteRule ^news.php?act=comments/([0-9]*)/([0-9]*)$ news.php?act=comments&id=$1&page=$2 [L,QSA]
RewriteRule ^news$ news.php [L,QSA]
ErrorDocument 400 /error.php?err=400
ErrorDocument 401 /error.php?err=401
ErrorDocument 402 /error.php?err=402
ErrorDocument 403 /error.php?err=403
ErrorDocument 404 /error.php?err=404
ErrorDocument 500 /error.php?err=500
ErrorDocument 502 /error.php?err=502
DirectoryIndex index.php
Options All -Indexes
AddDefaultCharset utf-8