From 7c2fa769cb9758a390b3b4f1bbd2bbab801e1a17 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 28 Jan 2010 12:04:57 -0700 Subject: [PATCH] Avoid 301 redirects --- horde/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/index.php b/horde/index.php index fbb74f708..b776b71b6 100644 --- a/horde/index.php +++ b/horde/index.php @@ -58,7 +58,7 @@ if (!$main_page) { if (!empty($initial_app) && ($initial_app != 'horde') && $registry->hasPermission($initial_app)) { - $main_page = Horde::url($initial_app, true); + $main_page = Horde::url($initial_app, true) . '/'; } else { /* Next, try the initial horde page if it is something other than * index.php or login.php, since that would lead to inifinite -- 2.11.0