~ubuntu-fr-webteam/ubuntu-fr-planet/dc2

1
2
3
4
5
<?php
header ('HTTP/1.1 301 Moved Permanently');
header ('Location: /feed/tag/Accueil/rss2');
exit;
?>