1. [htaccess] 301 Redirect a Feed

    When the address of your RSS Feed changes (e.g. when switching from Drupal to Wordpress .. ;), add the following line at the end of your .htaccess to create a 301 redirect.

    redirect 301 /oldfeed.xml http://mynewblog.address.com/feed/

    This can be read and understood by all feed readers as well.

Notes