warnings and setup help
-
hi,
i’m new as it comes to SSL/htps setup, adn i was hoping you can/will help me.
i’ve installed this plugin and i’m getting these 3 warnings:
1]Https redirect is ingesteld in javascript omdat de .htaccess redirect niet gecontroleerd kon worden. Stel deze handmatig in als je de redirect wilt instellen in .htaccess.
2]HTTP Strict Transport Security is niet ingesteld in je .htaccess. Doe dit alleen als je systeem volledig werkt, en alleen als je niet terug wilt naar http.
3]Mixed content gedetecteerd maar de mixed content fix is niet actief.
What action do i need to take?
Do i need to enable these options?
Auto replace mixed content
Zet HTTP Strict Transport Security aan.It looks like everything is working. when i go to https://www.example.nl it redirect to https://www.example.nl. also for wp-admin.
Also i’ve search on google how to use https and install a certificate. i see these settings a lot:
are these allready set by this plugin?define('FORCE_SSL_LOGIN', true); define('FORCE_SSL_ADMIN', true);
and:
RewriteEngine On RewriteBase / RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
- The topic ‘warnings and setup help’ is closed to new replies.