Файл: adultscript-2.0.3-pro/files/.htaccess
Строк: 43
Options -Indexes
Options +FollowSymLinks
<IfModule mod_php5.c>
php_value max_input_time 7200
php_value
max_execution_time 7200
php_value memory_limit
2048M
php_value magic_quotes_gpc 0
php_value
magic_quotes_runtime 0
php_value register_globals 0
php_value session.auto_start 0
</IfModule>
<IfModule
mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING}
base64_encode.*\(.*\) [OR]
RewriteCond %{QUERY_STRING}
(\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING}
GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING}
_REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteCond %{QUERY_STRING}
SELECT(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING}
UNION(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING}
UPDATE(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteRule ^(.*)$ index.php
[L,QSA]
#RewriteCond %{HTTP_HOST} !^www\.
#RewriteRule ^(.*)$
http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteRule ^embed/(.*)$
embed.php?id=$1
RewriteCond %{REQUEST_FILENAME}
!\.(flv|mp4|gif|jpg|jpeg|png|css|js|html)$
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
</IfModule>
<IfModule
mod_expires.c>
ExpiresActive On
ExpiresDefault A1209600
ExpiresByType text/html A1
ExpiresByType text/html A1
ExpiresByType
text/html A1
ExpiresByType text/html A1
</IfModule>
<ifModule
mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|css|js)$
mod_gzip_item_include
handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader
^Content-Encoding:.*gzip.*
</ifModule>
#FileETag MTime
Size
#php_value xdebug.profiler_output_dir /tmp
#php_value
xdebug.profiler_output_name cachegrind.out.%t.%p
#php_value
xdebug.profiler_enable 1