mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update general_troubleshooting.rst
64e0e45
this was necessary for me to have those rules work and also makes perfect sense as a `/` is imho always at the beginning of the path.
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
f53e0faca0
commit
555ab488f9
@ -261,10 +261,10 @@ document root of your Web server and add the following lines::
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^\.well-known/carddav /nextcloud/remote.php/dav [R=301,L]
|
||||
RewriteRule ^\.well-known/caldav /nextcloud/remote.php/dav [R=301,L]
|
||||
RewriteRule ^\.well-known/webfinger /nextcloud/index.php/.well-known/webfinger [R=301,L]
|
||||
RewriteRule ^\.well-known/nodeinfo /nextcloud/index.php/.well-known/nodeinfo [R=301,L]
|
||||
RewriteRule ^/\.well-known/carddav /nextcloud/remote.php/dav [R=301,L]
|
||||
RewriteRule ^/\.well-known/caldav /nextcloud/remote.php/dav [R=301,L]
|
||||
RewriteRule ^/\.well-known/webfinger /nextcloud/index.php/.well-known/webfinger [R=301,L]
|
||||
RewriteRule ^/\.well-known/nodeinfo /nextcloud/index.php/.well-known/nodeinfo [R=301,L]
|
||||
</IfModule>
|
||||
|
||||
Make sure to change /nextcloud to the actual subfolder your Nextcloud instance is running in.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user