mod_alias works too
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>
Sat, 7 Nov 2009 13:11:17 +0000 (08:11 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 7 Nov 2009 13:11:17 +0000 (08:11 -0500)
doc/forum/transition_from_handwritten_html_to_ikiwiki.mdwn

index 98fb0073668697b866999172b33a8bc026c29fe6..e54dacdd51b85c6d1b263c3528240466e06e5973 100644 (file)
@@ -71,3 +71,5 @@ but I'll try to setup mod_rewrite from foo/bar.html to foo/bar in the final
 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]]