Hi there, I am using Apache with mod_auth_ntlm_winbind to authenticate users in Wordpress. However, I need anyone to be able to access http://myserver/feed without any credentials. Is there a way to, if authentication fails, allow apache to fallback to a guest user? Or can I turn off NTLM authentication for all feeds? The caveat to this is that http://myserver/feed is mod_rewritten to http://myserver/index.php, so I cannot add a Satisfy any clause in the Files directive. Thanks in advance for your help.