diff options
author | http://mcfrisk.myopenid.com/ <http://mcfrisk.myopenid.com/@web> | 2009-11-07 19:54:08 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-11-07 19:54:08 -0500 |
commit | 84f606b6fe5a9252a1cc515b083856e3b9a3c455 (patch) | |
tree | d1c1806cb9d9ebe925d7b900c5bc5ddc0409483e | |
parent | 5f2503e2cf3ea3a3a97ace9ed37e4ac3564083a3 (diff) | |
download | ikiwiki-84f606b6fe5a9252a1cc515b083856e3b9a3c455.tar ikiwiki-84f606b6fe5a9252a1cc515b083856e3b9a3c455.tar.gz |
-rw-r--r-- | doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn index e54dacdd5..96be862d7 100644 --- a/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn +++ b/doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn @@ -73,3 +73,8 @@ conversion. -Mikko > That's roughly what I do, but you can do it with `Redirect` and `RedirectMatch` from `mod_alias`, rather than fire up rewrite. Mind you I don't write a generic rule, I have a finite set of pages to redirect which I know. -- [[Jon]] + +I'm getting closer. Now with usedirs => 1 and raw html pages, ikiwiki transforms foo/index.html to foo/index/index.html. +Can ikiwiki be instructed map foo/index.html to page foo instead that foo/index? + +-Mikko |