php_flag display_errors 1
php_value error_reporting 6543
php_value register_globals 0
php_flag session.use_trans_sid off
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value allow_url_fopen 0
php_value arg_separator.output ";"
DirectoryIndex index.php
AddDefaultCharset UTF-8
Options -Indexes
php_value date.timezone "Europe/Moscow"
RewriteEngine On
RewriteRule ^download/(.*)$ ./d.php?url=$1 [L,QSA]
RewriteRule ^download/(.*)/$ ./d.php?url=$1 [L,QSA]
RewriteRule ^f/(.*)/(.*)/(.*)/(.*)$ ./f.php?q=$1&w=$2&e=$3&r=$4 [L,QSA]
RewriteRule ^section/(.*)/page/(.*)$ ./index.php?v=files&id=$1&sort=0&pc=$2 [L,QSA]
RewriteRule ^section/(.*)/page/(.*)/$ ./index.php?v=files&id=$1&sort=0&pc=$2 [L,QSA]
RewriteRule ^section/(.*)$ ./index.php?v=files&id=$1 [L,QSA]
RewriteRule ^section/(.*)/$ ./index.php?v=files&id=$1 [L,QSA]
RewriteRule ^video/(.*)$ ./index.php?v=file&fid=$1 [L,QSA]
RewriteRule ^video/(.*)/$ ./index.php?v=file&fid=$1 [L,QSA]
