Page 1 of 1

Roundcube https

Posted: Mon Feb 20, 2017 8:59 pm
by peter.ondzik
Hello, i have generated by letsencrypt ssl for our domain exaple.com/webmail, for redirect to https i am using .htacces

Code: Select all

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Redirect 301 / https://mail.example.com/webmail
</IfModule>
But when i want log in to webmail via https: i get error by loging in LOGIN WAS INCORRECT , should i something set up in mysql database or somwhere else ?



Thanks for answer