DirectoryIndex index.php
php_value register_globals off
php_flag register_argc_argv Off
php_value date.timezone "Europe/Moscow"
AddDefaultCharset utf-8
RewriteEngine on
RewriteRule ^add/*$ index.php?act=add [QSA,NC]
RewriteRule ^top/*$ index.php?act=top [QSA,NC]
RewriteRule ^([0-9]+)/*$ index.php?id=$1 [QSA,NC]
RewriteRule ^captcha/(.*).jpg*$ img.php?$1 [QSA,NC]
