Forcer HTTPS
Via .htaccess
RewriteEngine On\nRewriteCond %{HTTPS} off\nRewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Via cPanel
- cPanel → SSL/TLS Status
- Activez Force HTTPS Redirect
WordPress
Installez le plugin Really Simple SSL ou ajoutez dans wp-config.php:
define('FORCE_SSL_ADMIN', true);Vérifier
Testez sur WhyNoPadlock pour détecter le contenu mixte.
Cet article vous a-t-il été utile?
Articles similaires