Also das ist mein kompletter Code:
DirectoryIndex index.php index.html index.htm
ErrorDocument 404 /404.php
php_value register_globals 1
RewriteEngine on
RewriteRule ^/2008$ fragen.php
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(.*.)?domain.de(/.*) [NC]
RewriteRule .(gif|jpg|GIF|JPG|zip|exe|rar|ace|tgz|gz|tar|swf|flv|SWF|FLV)$ - [F]
Auch ein [L] brachte nur ein 404 :-(
Danke,
betabeate