Forum Moderators: phranque
RewriteCond %{REQUEST_URI} dir/rss/$ [OR]
RewriteCond %{REQUEST_URI} dir/rss$
RewriteRule ^.*$ /foo/rss.xml [C]
RewriteRule .* - "[T=application/rss+xml]"
Unfortunately, the RSS is still returned as application/xml. Any ideas why this is not working?