From f46a449553d01fdb27409b212a58edfab25bf25f Mon Sep 17 00:00:00 2001 From: Elliott Partridge Date: Tue, 30 Oct 2018 11:08:27 -0400 Subject: [PATCH] Indicate required mod_rewrite Added a note indicating that mod_rewrite is required for .well-known redirects in the .htaccess file. I stumbled across this missing requirement when upgrading to NC 13.0. --- admin_manual/issues/general_troubleshooting.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 52aad1b3a..61ddda07d 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -259,8 +259,9 @@ and if running in a subfolder like ``nextcloud``: ``https://example.com/nextcloud/remote.php/dav`` For the first case the :file:`.htaccess` file shipped with Nextcloud should do -this work for your when running Apache. You only need to make sure that your -Web server is using this file. When running Nginx please refer to +this work for your when running Apache. You need to make sure that your +Web server is using this file. Additionally, you need the mod_rewrite Apache +module installed to process these redirects. When running Nginx please refer to :doc:`../installation/nginx`.