From: Michael M Slusarz Date: Thu, 28 Jan 2010 19:04:57 +0000 (-0700) Subject: Avoid 301 redirects X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7c2fa769cb9758a390b3b4f1bbd2bbab801e1a17;p=horde.git Avoid 301 redirects --- 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