File: /var/www/www-root/data/www/NEWs/news.automoon.click/.htaccess1
<files .htaccess>
order allow,deny
deny from all
</files>
AddDefaultCharset UTF-8
Options +FollowSymLinks
RewriteEngine On
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})
RewriteRule ^(.*)$ index.php [F,L]
Options All -Indexes
ServerSignature Off
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php
RewriteCond %{HTTP_HOST} ^www\.(.+) [NC]
RewriteRule .* http://%1/$0 [L,R=301]
RewriteRule ^view\/(.*?)$ view.php?id=$1 [L,QSA]
RewriteRule ^oclick\/(.*?)$ oclick.php?id=$1 [L,QSA]
RewriteRule ^newsout\/(.*?)$ newsout.php?id=$1 [L,QSA]
RewriteRule ^lnkout\/(.*?)$ lnkout.php?id=$1 [L,QSA]