Bonjour à tous,
j’ai généré mes certificats avec let’s encrypt et j’ai fais la redirection dans Apache pour que ca force en https:
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.domain.org [OR]
RewriteCond %{SERVER_NAME} =domain.org
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,QSA,R=permanent]
comment je peux procéder pour rediriger domain.fr www.domain.fr et test.domain.fr si c’est possible sur le https://www.domain.org
j’ai changé les DNS ok mais je me retrouve à surfer sans le certificat
Merci