my website working well with https , but when i put CNAME throught Cloudflare i have a error message : too many redirections
so i put cname out Cloudflare and its working … but i want to use throught Cloudflare
my ssl : let’s encrypt
cms : WP
directive apache : RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
You shouldn’t have to use .htaccess to handle the HTTPS redirects.
Can you be more specific on the CNAME? Using “example.com” as a placeholder, can you describe the DNS records you’re trying to use?
hello and thank you
i know about htaccess but without it → it does not working
i have just tried again now with and without .htaccess https redirection …
i sent you a screen shot with exemple.com



This topic was automatically closed after 30 days. New replies are no longer allowed.