ErrorDocument 404 /404.html

# Redirection pour les flux rss restés sous wordpress
Redirect /feed/ /feed

# On n'autorise pas le parcours des répertoires
DirectoryIndex index.html /404.htm

# Flux cassé depuis la maj de pelican
Redirect /feeds/Libre.atom /feeds/libre.atom
Redirect /feeds/Perso.atom /feeds/perso.atom

# Réécriture pour l'ancien flux rss
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING}     ^feed=rss2$     [NC]
    RewriteRule ^$ /feed [NC,L,R=301]
</IfModule>