From 6f5a6da0352e37b7d75095ca8e2faa28d6e29229 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Thu, 25 May 2023 00:12:46 +0200 Subject: [PATCH] add controller rule to forward index.html to list_files.xq --- controller.xql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/controller.xql b/controller.xql index 4d060759..61186185 100755 --- a/controller.xql +++ b/controller.xql @@ -21,6 +21,12 @@ else if ($exist:path eq "/") then +else if ($exist:path eq "/index.html") then + (: forward root path to index.xql :) + + + + else if (contains($exist:path, "/orbeon/")) then