Forum Moderators: phranque
BrowserMatchNoCase [i]Feedburner's_UA[/i] is_feedburner <Files [i]rss feed_file_name[/i]>
Order Allow,Deny
Allow from env=is_feedburner
Deny from all
</Files> Feedburner's_UA is a regex. is_feedburner is the environment variable that it set. The rest of the code denies access unless that variable is set.
I didn't try it, but I think it should work.
Jim