How to login to Horde or Squirrel or Roundcube directly ?
Posted by Satya, Last modified by Kim S. on 05 February 2016 06:01 PM
|
|
If you want to login directly to your favorite webamail you can do the following: 1) Login in to your cPanel interface. Your sub-domain folder path should be public_html/webmail 3) Create .htaccess file in the document root of sub-domain public_html/webmail Add the following rewrite rules to .htaccess For RoundCube RewriteEngine on For Squirrel Mail: RewriteEngine on For Horde: RewriteEngine on Replace domain.com with your actual domain name. Now access http://webmail.domain.com it should redirect to your favorite email | |
|