Skip to content

Commit

Permalink
Fix httpd config for caldav & carddav urls
Browse files Browse the repository at this point in the history
  • Loading branch information
alepolidori committed Oct 15, 2018
1 parent 7cb2950 commit 48b992c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
RewriteEngine On
RewriteCond %\{HTTPS\} !=on
RewriteRule ^/nextcloud(/.*)?$ https://%\{HTTP_HOST\}/nextcloud$1 [L,R=301]
Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav

0 comments on commit 48b992c

Please sign in to comment.