Файл: .htaccess
Строк: 25
php_flag display_errors off
php_flag display_startup_errors off
php_value
error_reporting 0
php_value register_globals 0
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 ^pageIN/(.*)$ ./index.php?id=$1 [L,QSA]
RewriteRule
^download/(.*)$ ./download.php?id=$1 [L,QSA]
RewriteRule ^scr1/(.*)$
./scr1.php?id=$1 [L,QSA]
RewriteRule ^act/(.*)$ ./act.php?id=$1
[L,QSA]
RewriteRule ^janr/(.*)$ ./janr.php?id=$1 [L,QSA]
RewriteRule
^studio/(.*)$ ./studio.php?id=$1 [L,QSA]
RewriteRule ^get/(.*)$
./get.php?id=$1 [L,QSA]
RewriteRule ^TOPall$ ./link/top.php
[L,QSA]
RewriteRule ^TOPall/$ ./link/top.php [L,QSA]
RewriteRule ^ACTall$
./link/act.php [L,QSA]
RewriteRule ^ACTall/$ ./link/act.php
[L,QSA]
RewriteRule ^JANRall$ ./link/janr.php [L,QSA]
RewriteRule
^JANRall/$ ./link/janr.php [L,QSA]