You can enforce SSL on your website by setting up a .htaccess with the following rules:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
You can enforce SSL on your website by setting up a .htaccess with the following rules:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
Are you sure you want to permanently delete this sensitive data? This action cannot be undone, and the information will no longer be accessible.