Hoe zorg ik ervoor dat mijn bezoekers altijd gebruik maken van https?

Hiervoor dien je de volgende code in je .htaccess bestand te plaatsen:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
Uitleg: Als er je bezoeker nu http:// gebruikt zullen onze servers dat zien en er automatisch https:// van maken.
Zo ben je zeker dat jouw bezoekers altijd op een veilige manier je website bezoeken.
  • .htaccess, redirect, http, https, apache, ichtushosting
  • 10 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

Hoe stel ik mijn iPhone in om mails te ontvangen en te versturen?

We hebben een tool ontwikkeld die dit voor je doet in minder dan een minuut.Ga naar...

What are the different website options

Screenshot1. WebsiteThis is the where you add your main website. Click on Add website, put in...

Help my website is not sending mails!

Due to security reasons it is not possible to send mails through the mail() function.For most CMS...

Howto move spam emails to junk folder automatically

By default we only tag the mails we receive.We add ***SPAM*** to the subject of the email so that...

Hoe voeg ik een mail adres toe?

Log in op je controle paneel (https://control.ichtushosting.com) Ga naar het onderdeel "Email"...