I'm trying to figure this out to...
Google gives this code for .htaccess to redirect to the new feed but, that's if our feed ended in index.xml which it does not.
Ours is external.php?type=RSS2
Here's the code they give....
RewriteEngine on
RewriteCond %{HTTP_USER_AGENT} !FeedBurner
RewriteRule ^index\.xml$
http://feedproxy.google.com/YOURFEEDADDRESS [R,L]
how do we make it so this works for vb?
Thanks,
Miguel