Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: changing rss url (redirecting to feedburner)

Ok, so I changed the code to this:

Options +MultiViews
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^/rss/$ http://feeds.feedburner.com/PinkOnBrownBB [R,L]

And…nothing. Here’s the link to the forum:

http://bb.pinkonbrown.org/

Rewrites seem to be working in every other sense. Redirecting to feedburner works fine in WP – but then, I’m using the plugin.

Skip to toolbar