Mercurial > defr > DualBlog
changeset 50:8dfd60fcb385
Ajout de quelques commentaires.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Wed, 14 Nov 2007 10:15:30 -0800 |
parents | d0e0a216ad83 |
children | 77b3ed19aab9 829d6b0d3d0b |
files | .htaccess |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.htaccess Wed Nov 14 10:14:55 2007 -0800 +++ b/.htaccess Wed Nov 14 10:15:30 2007 -0800 @@ -2,7 +2,9 @@ RewriteEngine on # Kill the RSS version, re-direct to the atom feed RewriteRule ^dualblog.rss$ index.php?atom [L,QSA] +# Atom feed RewriteRule ^dualblog.atom$ index.php?atom [L,QSA] +# Map the nice urls RewriteRule ^posts/$ index.php [L] RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?mode=cal&year=$1&month=$2 [L,QSA] RewriteRule ^posts/([0-9]+)-(.*)$ comment.php?id=$1 [L,QSA]