mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #916 from mrtumnus/patch-1
Indicate required mod_rewrite
This commit is contained in:
@@ -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