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?