php_flag display_errors 1
php_value error_reporting 7
php_value default_charset UTF-8
AddDefaultCharset UTF-8
php_value zlib.output_compression On
php_value zlib.output_compression_level 5

RewriteEngine On

RewriteRule ^download/(.*)/(.*)/(.*)/?$ ?do=download&mime=$1&title=$2&token=$3
RewriteRule ^download_url/(.*)/(.*)/?$ ?do=download&id_vid=$1&urls=$2

RewriteRule ^error/(.*)/?$ ?do=error&error=$1
RewriteRule ^screen/(.*)/?$ ?do=screen&url=$1
RewriteRule ^contact/?$ ?do=contact

RewriteRule ^message/?$ ?do=message
RewriteRule ^message/(.*)/?$ ?do=message&start=$1
RewriteRule ^messagedell_([0-9]*)/?$ ?do=message&dellmsg=$1 [L,QSA]

RewriteRule ^view/(.*)/?$ ?do=view&id=$1 [L,QSA]
RewriteRule ^query/([0-9]+)/(.*)/(.*)/?$ ?do=query&sid=$1&q=$2&pages=$3 [L,QSA]
RewriteRule ^query/([0-9]+)/(.*)/?$ ?do=query&sid=$1&q=$2 [L,QSA]


RewriteRule ^channel/([0-9]+)/(.*)/(.*)/?$ ?do=channel&sid=$1&q=$2&pages=$3 [L,QSA]
RewriteRule ^channel/([0-9]+)/(.*)/?$ ?do=channel&sid=$1&q=$2 [L,QSA]
RewriteRule ^channel_list/?$ ?do=channel_list

RewriteRule ^category/(.*)/(.*)/?$ ?do=category&sid=$1&pages=$2 [L,QSA]
RewriteRule ^category/(.*)/?$ ?do=category&sid=$1 [L,QSA]



RewriteRule ^captcha/(.*)/?$ ?do=captcha&data=$1
<ifModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
</ifModule>
   
   
   
  Deny from 176.121.203.22 
