From 4ceb1e936d132441d1c2bb9baa79959f2a0b2093 Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 14 Oct 2008 01:48:17 +0200 Subject: [PATCH] Minnor comment change --- bin/controller.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/controller.rc b/bin/controller.rc index dd3e572..f073a15 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -179,7 +179,7 @@ fn select_handler { if not if (test -f $body.html) set_handler html_handler $body.html - # Explicit .html urls, usually the web server will handle this as static files + # Explicit .html urls, unfortunately usually the web server will handle this as static files if not if (~ $body *.html && test -f $body) perm_redirect `{ echo $REQUEST_URI|sed 's/.html$//' }