Webmail over SSL

Discussion in 'Installation/Configuration' started by tgansert, May 20, 2006.

  1. tgansert

    tgansert New Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Add an index.php file with the following content in the web root of vhost.vdomain.tld:

    <?
    header("Location: http://vhost.vdomain.tld:81/webmail");
    exit;
    ?>
     
  3. tgansert

    tgansert New Member

  4. falko

    falko Super Moderator ISPConfig Developer

    Try

    Code:
    <?
    header("Location: http://vhost.vdomain.tld:81/webmail[B][COLOR="Red"]/[/COLOR][/B]");
    exit;
    ?>
     
  5. tgansert

    tgansert New Member

Share This Page