Du kannst auch noch versuchen das Problem mal so zu lösen:
Zitat:
RewriteCond %{HTTP_REFERER} ^http://.*radio-mixmax.de.*$ [NC]
RewriteRule ^(.*)$ http://localhost/ [R,L]
|
Gleich unter
RewriteEngine on
Oder:
Zitat:
RewriteCond %{REMOTE_ADDR} ^81.169.145.83 [NC]
RewriteRule ^(.*)$ http://localhost/ [R,L]
|