hiawatha.md (367B)
1 Hiawatha Web Server Configuration 2 --------------------------------- 3 4 Contributed by sqweek, thanks! 5 6 This are the relevant bits: 7 8 CGIhandler = /usr/local/plan9/bin/rc:rc 9 ExecuteCGI = yes 10 RewriteURL = werc 11 UrlRewrite { 12 RewriteID = werc 13 Match ^(/code|/index|/contact|/clique).* Rewrite /werc.rc 14 Match ^/$ Rewrite /werc.rc 15 } 16