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.
This commit is contained in:
Elliott Partridge
2018-10-30 11:08:27 -04:00
committed by GitHub
parent 7520bc38a7
commit f46a449553

View File

@@ -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`.