None found
Your search returned no hits.
Tjeneste-oppgradering: Følg linken for nærmere status vedrørende migrering, for generelle spørsmål og svar se vårt hjelpesenter.
95% of all problems already have a solution in our knowledgebase
Added: 31.05.2013 14:19:31 Last updated: 16.08.2019 13:18:01
This can be done via several ways, but the easiest is to do this via cPanel. It can be done like this.
One can also use mod_rewrite module in Apache by creating .htaccess file in the folder this should apply for. In the file you will need to add the following code:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
If someone should try a use http protocoll for visit your website they will automatically be redirected via https.
Please note this is only applicable if you have installed an SSL certificate on your web hosting.