FrankysWeb is now also available in encrypted form

From now on www.frankysweb.de also accessible in encrypted form via HTTPS. At least the admin password no longer passes through the network unencrypted. So it's more of an advantage for me than for you... But I just wanted to mention it once and make a small contribution to ensuring that data is only exchanged in encrypted form, no matter what it is.

FrankysWeb

3 thoughts on “FrankysWeb ist jetzt auch verschlüsselt erreichbar”

  1. Musstest du dafür extra das Strato Paket wechseln oder ging das auch einzeln? Mach am besten ein redirect mit .htaccess (wenn Strato mod_rewrite aktiviert hat)

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    Reply

Leave a Comment