Просмотр файла techno/.htaccess

Размер файла: 552B
php_flag register_globals On
order allow,deny
allow from all

ErrorDocument 404 http://gotechno.ru
ErrorDocument 401 http://gotechno.ru
ErrorDocument 403 http://gotechno.ru
ErrorDocument 500 http://gotechno.ru
IndexIgnore *.php
deny from 31.210.222.14
deny from 95.81.59.178
deny from 178.93.241.222
RewriteEngine On

RewriteRule ^forum_cat_view_([0-9]+)?$ forum/index.php?act=cat_view&id=$1 [L,QSA]
RewriteRule ^forum_cat_view_([0-9]+)_([0-9]+)?$ forum/index.php?act=cat_view&id=$1&page=$2 [L,QSA]

php_value error_reporting 1

AddDefaultCharset UTF-8