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