Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: changing rss url (redirecting to feedburner)

HowToGeek – I’ve put that code in the .htaccess and it still doesn’t seem to work.

Here are the contents of my .htaccess file:

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

Is there anything noticeable that might be causing the problem?

Skip to toolbar