# HG changeset patch # User Franck Deroche # Date 1193402219 -7200 # Node ID 3b7c1400f89a13265c0e92fb2c8f5189e010bf09 # Parent ec1453cb74b864219cc4192a4ebe150add79bd22 Redirections adaptées à la nouvelle architecture. diff -r ec1453cb74b8 -r 3b7c1400f89a .htaccess --- a/.htaccess Fri Oct 26 14:24:59 2007 +0200 +++ b/.htaccess Fri Oct 26 14:36:59 2007 +0200 @@ -3,10 +3,10 @@ RewriteRule ^dualblog.atom$ atom.php RewriteRule ^dualblog.rss$ rss.php RewriteRule ^posts/$ index.php [L] -RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?type=cal&year=$1&month=$2 [L] +RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?mode=cal&year=$1&month=$2 [L] RewriteRule ^posts/([0-9]+)-(.*)$ comment.php?id=$1 [L] RewriteRule ^posts/(.*)$ comment.php?id=$1 [L] -RewriteRule ^tags/(.*)$ tag.php?tag=$1 [L] +RewriteRule ^tags/(.*)$ index.php?mode=tag&tag=$1 [L] # AuthUserFile "w:\www\blog\.htpass"