fix: fix .htaccess file

This commit is contained in:
Stefan Sterz 2018-10-12 13:54:42 +02:00
parent 8fd08c1723
commit a829e164ad
Signed by: sterzy
GPG Key ID: DAE2BE6432FB782A
1 changed files with 2 additions and 2 deletions

View File

@ -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.