be adapted to other situations.
# pages
- RewriteCond $1 !^/~ # these pages
- RewriteCond $1 !^/doc/ # are not part of
- RewriteCond $1 !^/ajaxterm # the wiki, so
- RewriteCond $1 !^/cgi-bin/ # don't rewrite them
+ RewriteCond $1 !^/~ # these pages
+ RewriteCond $1 !^/doc/ # are not part of
+ RewriteCond $1 !^/ajaxterm # the wiki, so
+ RewriteCond $1 !^/cgi-bin/ # don't rewrite them
RewriteCond $1 !.*/index$
RewriteRule (.+).html $1/ [R]