fix: fix .htaccess file
This commit is contained in:
parent
8fd08c1723
commit
a829e164ad
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
RewriteCond %{ENV:HTTPS} !=on
|
||||
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
|
||||
|
||||
Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav
|
||||
Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav
|
||||
Redirect 301 /.well-known/carddav /cloud/remote.php/carddav
|
||||
Redirect 301 /.well-known/caldav /cloud/remote.php/caldav
|
||||
|
||||
# make sure to set the RewriteBase correctly
|
||||
# if you are running the site in a subfolder.
|
||||
|
|
Loading…
Reference in a new issue