Replace '_' in paths in werc's docs section with '-', and set up apropriate redirects to avoid broken links.
This commit is contained in:
parent
cbcfb4e6a3
commit
31bd20251d
15 changed files with 1 additions and 0 deletions
16
sites/werc.cat-v.org/docs/web-server-setup/hiawatha.md
Normal file
16
sites/werc.cat-v.org/docs/web-server-setup/hiawatha.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Hiawatha Web Server Configuration
|
||||
---------------------------------
|
||||
|
||||
Contributed by sqweek, thanks!
|
||||
|
||||
This are the relevant bits:
|
||||
|
||||
CGIhandler = /usr/local/plan9/bin/rc:rc
|
||||
ExecuteCGI = yes
|
||||
RewriteURL = werc
|
||||
UrlRewrite {
|
||||
RewriteID = werc
|
||||
Match ^(/code|/index|/contact|/clique).* Rewrite /werc.rc
|
||||
Match ^/$ Rewrite /werc.rc
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue