RSS Oops

Date August 26, 2007

In moving from Drupal to WordPress, I had forgotten that the rss feed path changed. In Drupal, the default path is /rss.xml — not so in WordPress. WordPress uses a rewrite rule with the path /feed/. I fixed this by adding a permanent redirect in .htaccess.

Redirect 301 /rss.xml http://www.tipotheday.com/feed/

Sorry to all subscribed! Old feed links should be working now.

Comments are closed.