Redirect one domain to another
In this tutorial i will make redirect sikka.sa to sikka.io
Go to Websites > List Websites where you will see your site listed. On the right side of your screen, you will see a Manage option of sikka.sa. Click it to make changes to your website.

Click the Manage button next to the website that you you will be greeted with a screen like this

Click the Rewrite Rules button next to the website that you you will be greeted with a screen like this

RewriteEngine On
RewriteCond %{HTTP_HOST} ^sikka.sa$ [NC]
RewriteRule ^(.*)$ https://sikka.io/$1 [L,R=301,NC]
Last updated