Select your language

Enable SSL

In order for your website to be able to deliver secure content with https:// at all, SSL must be activated for the corresponding website.

One Click Apps

With some CMS or self-programmed websites, it is often necessary to adjust links manually.

You can find out how to adjust this with our One-Click applications in the following instructions:

Forward any website using .htaccess

If you want to set up a forwarding of all calls from http:// to https://, you can write the following entries in the .htaccess file.

This file should be located in the directory of the corresponding website. If you do not find a file named ".htaccess", it can easily be created.

~/www/YOUR WEBSITE DIRECTORY/.htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
Please use this form only to provide feedback on the above guide.
For support requests please use this form instead.

 

Unable to find what you were looking for?

Our support experts are happy to assist you personally!

 

© 2001 - Hostpoint AG