olpo

put somthing like this in your demain settings > custom config:

Redirect / https://domain.tdl

or work with mod rwrite in a .htaccess file in your domain root folder:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.com [NC]
RewriteRule ^(.*)$ http://example.net/$1 [L,R=301,NC]

.net is the destination domain

So far as I know there is a one-click-installer for WP and Roundcube planned.
But there is no reelase date for this.

1. As far as I know the dns settings should not be on same server.

2. Is planed but no ETA. 

3. Not needed, tinycp has its own security layer. 

Join our Discord server
Write a reply Edit a reply