From fb33a4ed293f43a4c42d4dafd85182c1f072f41a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 8 Jan 2016 23:31:48 +0100 Subject: [PATCH] Add URL redirect for well known redirect setup * ref owncloud/core#21562 --- go.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.php b/go.php index 65f3dfa5f..f3a607013 100644 --- a/go.php +++ b/go.php @@ -25,6 +25,7 @@ $mapping = array( 'admin-php-fpm' => '/admin_manual/installation/source_installation.html#configuration-notes-to-php-fpm', 'admin-transactional-locking' => '/admin_manual/configuration_files/files_locking_transactional.html', 'admin-code-integrity' => '/admin_manual/issues/code_signing.html', + 'admin-setup-well-known-URL' => '/admin_manual/issues/general_troubleshooting.html#service-discovery', 'developer-theming' => '/developer_manual/core/theming.html', @@ -61,4 +62,3 @@ if (array_key_exists($from, $mapping)) { header('Location: ' . $location . '/user_manual'); } } -