<?php
header('Status: 301 Moved Permanently', false, 301);
header('Location: http://www.benjamin-lemaire.info/blog/rss');
exit;
?>