blob: 408c2c506e30d3e8eb54822f839e456b28f69d92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|