Mercurial > defr > DualBlog
comparison .htaccess @ 0:629389204276
Import initial
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Sat, 20 Oct 2007 14:15:10 +0200 |
parents | |
children | 3b7c1400f89a |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:629389204276 |
---|---|
1 Options +FollowSymlinks | |
2 RewriteEngine on | |
3 RewriteRule ^dualblog.atom$ atom.php | |
4 RewriteRule ^dualblog.rss$ rss.php | |
5 RewriteRule ^posts/$ index.php [L] | |
6 RewriteRule ^posts/([0-9]+)/([0-9]{1,2})$ index.php?type=cal&year=$1&month=$2 [L] | |
7 RewriteRule ^posts/([0-9]+)-(.*)$ comment.php?id=$1 [L] | |
8 RewriteRule ^posts/(.*)$ comment.php?id=$1 [L] | |
9 RewriteRule ^tags/(.*)$ tag.php?tag=$1 [L] | |
10 | |
11 <Files admin*.php> | |
12 # AuthUserFile "w:\www\blog\.htpass" | |
13 AuthUserFile "/home/defrnet/defr.net/blog/.htpass" | |
14 AuthGroupFile /dev/null | |
15 AuthName "Dual Blog - Administration" | |
16 AuthType Basic | |
17 require valid-user | |
18 # Order Deny,Allow | |
19 # Deny from all | |
20 # Allow from 127.0.0.1 | |
21 </Files> | |
22 |