Mercurial > defr > DualBlog
comparison .htaccess @ 45:0efb116b1e31
Merge
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Wed, 14 Nov 2007 17:42:13 +0100 |
parents | 1cdb1a68634b 17d9188755b0 |
children | 254c3ce08fc8 |
comparison
equal
deleted
inserted
replaced
44:f6552a610bfd | 45:0efb116b1e31 |
---|---|
2 RewriteEngine on | 2 RewriteEngine on |
3 # Kill the RSS version, re-direct to the atom feed | 3 # Kill the RSS version, re-direct to the atom feed |
4 RewriteRule ^dualblog.rss$ index.php?atom [L,QSA] | 4 RewriteRule ^dualblog.rss$ index.php?atom [L,QSA] |
5 RewriteRule ^dualblog.atom$ index.php?atom [L,QSA] | 5 RewriteRule ^dualblog.atom$ index.php?atom [L,QSA] |
6 RewriteRule ^posts/$ index.php [L] | 6 RewriteRule ^posts/$ index.php [L] |
7 RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?mode=cal&year=$1&month=$2 [L] | 7 RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?mode=cal&year=$1&month=$2 [L,QSA] |
8 RewriteRule ^posts/([0-9]+)-(.*)$ comment.php?id=$1 [L] | 8 RewriteRule ^posts/([0-9]+)-(.*)$ comment.php?id=$1 [L,QSA] |
9 RewriteRule ^posts/(.*)$ comment.php?id=$1 [L] | 9 RewriteRule ^posts/(.*)$ comment.php?id=$1 [L,QSA] |
10 RewriteRule ^tags/(.*)$ index.php?mode=tag&tag=$1 [L] | 10 RewriteRule ^tags/(.*)$ index.php?mode=tag&tag=$1 [L,QSA] |
11 | 11 |
12 <Files admin*.php> | 12 <Files admin*.php> |
13 # AuthUserFile "w:\www\blog\.htpass" | 13 # AuthUserFile "w:\www\blog\.htpass" |
14 AuthUserFile "/home/defrnet/defr.net/blog/.htpass" | 14 AuthUserFile "/home/defrnet/defr.net/blog/.htpass" |
15 AuthGroupFile /dev/null | 15 AuthGroupFile /dev/null |