htaccess force ssl except for rss feeds
问题 My site currently forces SSL everywhere. This is the way that I want except that it is causing issues with my RSS driven newsletter and feedburner. Due to this I need to make exceptions for my feeds. Can someone help with the proper htaccess rules to pull this off? My feeds are /feed /shop/feed /forum/discussions/feed.rss Here is my condition for forcing SSL. This works except that all RSS feeds are forced to. # Force SSL RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} !^/forum [NC]