Mercurial > defr > DualBlog
comparison .htaccess @ 37:5eb974b45cb1
Deplacement de la feed atom vers le nouveau code.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Mon, 05 Nov 2007 10:44:07 +0100 |
parents | 3b7c1400f89a |
children | 876d42d93e5b |
comparison
equal
deleted
inserted
replaced
36:a6c3716cab6a | 37:5eb974b45cb1 |
---|---|
1 Options +FollowSymlinks | 1 Options +FollowSymlinks |
2 RewriteEngine on | 2 RewriteEngine on |
3 RewriteRule ^dualblog.atom$ atom.php | 3 RewriteRule ^dualblog.atom$ index.php?outputType=atom |
4 RewriteRule ^dualblog.rss$ rss.php | 4 RewriteRule ^dualblog.rss$ rss.php |
5 RewriteRule ^posts/$ index.php [L] | 5 RewriteRule ^posts/$ index.php [L] |
6 RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?mode=cal&year=$1&month=$2 [L] | 6 RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?mode=cal&year=$1&month=$2 [L] |
7 RewriteRule ^posts/([0-9]+)-(.*)$ comment.php?id=$1 [L] | 7 RewriteRule ^posts/([0-9]+)-(.*)$ comment.php?id=$1 [L] |
8 RewriteRule ^posts/(.*)$ comment.php?id=$1 [L] | 8 RewriteRule ^posts/(.*)$ comment.php?id=$1 [L] |