diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 01:39:53 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-04 01:39:53 +0000 |
commit | 244fb993eb3f42ef0c33c2e99bc34f243caaf70d (patch) | |
tree | 1d84001ba1c5e0e21da48d407a34c28bd17074af | |
parent | 9225eefd3f368543397ec837e3136e4d31e4f596 (diff) | |
download | ikiwiki-244fb993eb3f42ef0c33c2e99bc34f243caaf70d.tar ikiwiki-244fb993eb3f42ef0c33c2e99bc34f243caaf70d.tar.gz |
update
-rw-r--r-- | doc/todo/Autogenerate_a_.htaccess_file_with_redirects_from_foo.html_to_corresponding_index.html.mdwn | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/todo/Autogenerate_a_.htaccess_file_with_redirects_from_foo.html_to_corresponding_index.html.mdwn b/doc/todo/Autogenerate_a_.htaccess_file_with_redirects_from_foo.html_to_corresponding_index.html.mdwn index 6a2ef05e5..46e525b9a 100644 --- a/doc/todo/Autogenerate_a_.htaccess_file_with_redirects_from_foo.html_to_corresponding_index.html.mdwn +++ b/doc/todo/Autogenerate_a_.htaccess_file_with_redirects_from_foo.html_to_corresponding_index.html.mdwn @@ -9,8 +9,7 @@ Now that ikiwiki supports using page/index.html rather than page.html, how about RewriteCond $1 !^/~ RewriteCond $1 !^/doc/ + RewriteCond $1 !^/ajaxterm RewriteCond $1 !^/cgi-bin/ - RewriteCond $1 !^/index + RewriteCond $1 !.*/index$ RewriteRule (.+).html $1/ [R] - - #RewriteRule /~family/(.+).html /~family/$1/ [R] |