redirect subdomain

Discussion in 'Installation/Configuration' started by Steffan, Oct 12, 2016.

  1. Steffan

    Steffan Member

    Hello i want to redirect all webmail.(domainnaam)
    so all domains on the server should go to the webmail

    This is working
    <VirtualHost *:80>
    ServerName webmail.website.com
    RedirectPermanent / https://61.maindomain.com/roundcube/
    </VirtualHost>

    But im not getting it working for port 443
    im getting a loop.

    Any idees how to set this up?
    so peaple can use https://webmail.thairdomain.com
    Or is there another way?
     

Share This Page