Merge pull request #916 from mrtumnus/patch-1

Indicate required mod_rewrite
This commit is contained in:
Morris Jobke
2018-11-01 14:54:31 +01:00
committed by GitHub

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