Salut Fritz2cat et merci pour ton aide,
Du coup si je comprend bien, j'efface tout ça :
RewriteEngine On
## www -> no-www
RewriteCond %{HTTP_HOST} ^www.(.+)$
RewriteRule ^ https://%1%{REQUEST_URI} [R=301,L,NE,QSA]
## http -> https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L,NE,QSA]
et je le remplace par :
Redirect 301 / https://www.pulpoludo.com
et ça suffit ?