Файл: .htaccess
Строк: 41
Order Allow,Deny
Allow from All
Addtype application/vnd.symbian.install
.sis
Addtype application/vnd.wap.mms-message .mms
Addtype
application/octet-stream .exe
Addtype application/java-archive .jar
Addtype text/x-imelody .imy
Addtype text/x-emelody .emy
Addtype
text/x-vcard .vcf
Addtype text/x-vcalendar .vcs
Addtype text/calendar
.ics
AddType text/vnd.sun.j2me.app-descriptor;charset=UTF-8 .jad
addtype
text/x-vmel .mel
addtype text/x-vmel .emy
addtype audio/imelody
.imy
AddType audio/amr .amr
AddType audio/x-wav .wav
Addtype audio/wav .wav
Addtype audio/midi .midi
Addtype audio/midi .mid
Addtype audio/rmf
.rmf
Addtype image/jpeg .jpg
Addtype image/jpeg .jpeg
Addtype image/gif
.gif
Addtype image/png .png
Addtype image/bmp .bmp
AddType video/mp4
.mp4
Addtype video/3gpp .3gp
RemoveHandler .phtml .php3 .php4 .php5 .php6
.phps .cgi .pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py
AddType
application/x-httpd-php-source .phtml .php3 .php4 .php5 .php6 .phps .cgi
.pl .asp .aspx .shtml .shtm .fcgi .fpl .jsp .py
php_value default_mimetype
text/html
php_value upload_max_filesize 2M
php_value session.use_trans_sid
0
php_flag magic_quotes_gpc Off
php_flag magic_quotes_runtime Off
php_flag
magic_quotes_sybase Off
php_flag register_argc_argv Off
php_value
allow_url_fopen 0
php_flag register_globals Off
php_value error_reporting
7
php_value zlib.output_compression_level 3
AddDefaultCharset
UTF-8
php_value arg_separator.output "&"
RewriteEngine
on
RewriteRule ^profile/*$ user.php?act=profile [QSA,L]
RewriteRule
^blog/([0-9]+)$ blog.php?id=$1
RewriteRule ^gb/([0-9]+)$
gb/index.php?page=$1
RewriteRule ^([0-9]+)$ index.php?page=$1
RewriteRule
^all/([0-9]+)$ all.php?page=$1
RewriteRule ^cat/([0-9]+)$
cat.php?cat=$1
RewriteRule ^cat/([0-9]+)/([0-9]+)$
cat.php?cat=$1&page=$2
RewriteRule ^comment/([0-9]+)$
comment.php?id=$1
RewriteRule ^comment/([0-9]+)/([0-9]+)$
comment.php?id=$1&page=$2
RewriteRule ^say/([0-9]+)$
say.php?id=$1
RewriteRule ^last/([0-9]+)$ last.php?page=$1
RewriteRule
^top/([0-9]+)$ top.php?page=$1
RewriteRule ^good/([0-9]+)$
good.php?page=$1
RewriteRule ^bad/([0-9]+)$ bad.php?page=$1
ErrorDocument
304 /404.php
ErrorDocument 400 /404.php
ErrorDocument 401
/404.php
ErrorDocument 403 /404.php
ErrorDocument 404
/404.php
ErrorDocument 406 /404.php
ErrorDocument 500
/404.php
ErrorDocument 502 /404.php