For those who don't know, the Outlook 2007 RSS feed reader does not allow you to subscribe to feeds that are authenticated. I figured this out from a visitor to my site emailing me with an error message from their Outlook stating: "Outlook cannot download the RSS content from
blah.com/blah/blah
because of a problem connecting to the server"
My site is in SSL for checkout during Sobi2 listings, and thus puts my feed into secure mode, causing the error in Outlook.
( I hope this helps anyone else with this problem. )
On to my question; What is the best way to force a specific URL to be non-secure in joomla? WIth http:// instead of https:// ? I am sure it is in the .htaccess, however, I don't know exactly how to execute this.