fix: fix .htaccess file again

This commit is contained in:
Stefan Sterz 2018-10-12 13:56:30 +02:00
parent a829e164ad
commit f71116bffd
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 /cloud/remote.php/carddav
Redirect 301 /.well-known/caldav /cloud/remote.php/caldav
Redirect 301 /.well-known/carddav /cloud/remote.php/dav
Redirect 301 /.well-known/caldav /cloud/remote.php/dav
# make sure to set the RewriteBase correctly
# if you are running the site in a subfolder.