MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: cmdman on 2014-03-06, 08:33:25

Title: webmail redirect from http to https
Post by: cmdman on 2014-03-06, 08:33:25
HI MR..

we install ssl  for entire domain .. now webmail opens via http so i want to redirect from http to https how can i do this..
Title: Re: webmail redirect from http to https
Post by: MRatWork on 2014-03-06, 08:35:01
If using -proxy or apache, add .htaccess inside /home/kloxo/httpd/webmail.

Or add code to index.php.
Title: Re: webmail redirect from http to https
Post by: cmdman on 2014-03-06, 08:39:16
iam using apache, can yu give more info guide how to do this
Title: Re: webmail redirect from http to https
Post by: MRatWork on 2014-03-06, 09:13:08
I think google is better guru for your issue.
Title: Re: webmail redirect from http to https
Post by: cmdman on 2014-03-06, 09:25:41
ok thanks.. done  its working now

Let's edit the main configuration file at /home/kloxo/httpd/webmail/roundcube/config  and incorporate these changes:

$rcmail_config['force_https'] = true;