Last change
on this file was
cf6b9ba,
checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago
|
rebuilds/updates for kopano core. kopano update. added http->https redirect and k-1216 db fix
|
-
Property mode set to
100644
|
File size:
240 bytes
|
Line | |
---|
1 | Redirect /syn3/zarafa_webapp /syn3/kopano-webapp |
---|
2 | Redirect /syn3/zarafa /syn3/kopano-webapp |
---|
3 | |
---|
4 | # kopano webapp only supports https |
---|
5 | RewriteEngine On |
---|
6 | RewriteCond %{HTTPS} !=on |
---|
7 | RewriteRule ^(/syn3/kopano-webapp.*) https://%{SERVER_NAME}$1 [R,L] |
---|
Note: See
TracBrowser
for help on using the repository browser.