> Le Mon, 2 Feb 2009 12:57:54 -0500 (EST), > [email protected] a écrit : > >> Hello, >> I'm interested in forcing SSL for users at a new rouncube install. >> I've >> tried an entry in the .htaccess file but it's not working. I see >> something in the roundcube config file but I'm not sure how to >> implement it that way. >> My site will serve the login page if you type https://(my url) so I know >> that is working. >> Any help appreciated. > > This is my apache configuration : > > # for emails : full https > RewriteCond %{HTTPS} !=on > RewriteCond %{REQUEST_URI} (.*/roundcube/.*) > RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R] > > > Makes http://myserver/roundcube/ to https://myserver/roundcube > > >
Hi, Thanks to all for the help on this issue. This particular method (above) was the one that I used on the test server and it worked fine. I will try the more lengthy virtual solution on my production server where there are several virtual hosts. thanks, Chas. _______________________________________________ List info: http://lists.roundcube.net/users/
