SSL Activé mais URL non sécurisée !
... / SSL Activé mais URL non s...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Question

SSL Activé mais URL non sécurisée !

by
e43be1e585c815f14edc
Created on 2021-03-02 10:40:07 (edited on 2024-09-04 13:26:22) in Certificats SSL

Bonjour,

OVH m'indique que mon premier site http://lebanquierrandonneur.fr/ a bien un certificat SSL, cependant il ne l'est pas dans Google et l'URL n'est effectivement pas "https"... comment faire s'il vous plait ?

Je vous remercie par avance de votre aide,

David


1 Reply ( Latest reply on 2021-03-02 10:51:23 by
kingkurt
)

Il faut juste changer dans wp-admin --> réglages généraux les deux urls WP en https://lebanquierrandonneur.fr

et pour forcer les liens entrants mettre au début du .htaccess

RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE,QSA]

Replies are currently disabled for this question.