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 Morris Jobke
parent eac34db9fe
commit 175ca85100
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

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