# HG changeset patch # User Franck Deroche # Date 1195064130 28800 # Node ID 8dfd60fcb3854a6c730363504595d9eaa42913df # Parent d0e0a216ad8374a599b8b693d57fdfd76841aca4 Ajout de quelques commentaires. diff -r d0e0a216ad83 -r 8dfd60fcb385 .htaccess --- 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]