Quote by ruwen: Do you forbid some user-agents?
Yep. Pure self defense, really. You should see some of the requests we get here ...
Quote by ruwen: But when I open it in my RSS-Reader (RSSOwl) I get:
HTTP/1.1 403 Forbidden
Ah, that one. There was a problem with an older version of RSSOwl - although that was so long ago that I don't remember the details. But it earned itself this entry in our .htaccess:
Text Formatted Code
# extremely stupid UA, causing lots of 404s
RewriteCond %{HTTP_USER_AGENT} RSSOwl [NC,OR]
Well, I've unblocked it - try again now. We'll see if it learned to behave itself ...
bye, Dirk