mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
committed by
GitHub
parent
7520bc38a7
commit
f46a449553
@@ -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`.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user