11
Ich habe die htacces etwas gekürzt:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.par***emen\.de$
RewriteRule ^(.*)$ http://www.pa***men.de/$1 [L,R=301]
# disallow www.excite.co.jp hijacking through "duplicate content"
order deny,allow
deny from 210.150.160.78
--- gekürzt ---
deny from 210.150.161.21
# sperren unerwünschte
order deny,allow
deny from 213.239.215.181
#The next lines check for Robots and redirect them to a fake page
deny from 64.71.144
RewriteCond %{HTTP_USER_AGENT} ^Alexibot [OR]
RewriteCond %{HTTP_USER_AGENT} ^asterias [OR]
--- gekürzt ---
RewriteCond %{HTTP_USER_AGENT} ^Xenu's [OR]
RewriteCond %{HTTP_USER_AGENT} ^Zeus
RewriteRule .* - [F,L]