.htaccess 481 Bytes
#php_flag display_errors off 
#php_flag display_startup_errors off

AddDefaultCharset win_1251

RewriteEngine on
 upload_max_filesize 50M
 post_max_size 50M

#RewriteCond %{REQUEST_URI} ^/$
#RewriteRule (.*) /news/Hot%20Price%20for%20a%20unique%20camera%20GoPro%20HERO4%20Session!-89/? [R=301,L]


RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php?rt=$1 [L,QSA]
#<Limit GET POST>
#	require valid-user
#</Limit>