master
joey 2007-04-04 01:29:06 +00:00
parent 727c184904
commit 9225eefd3f
1 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,7 @@ Now that ikiwiki supports using page/index.html rather than page.html, how about
RewriteCond $1 !^/~
RewriteCond $1 !^/doc/
RewriteCond $1 !^/cgi-bin/
RewriteCond $1 !^/index
RewriteRule (.+).html $1/ [R]
#RewriteRule /~family/(.+).html /~family/$1/ [R]