my htaccess rewrite code for redirect
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI}
i am getting this on my pingdoom test: Remove the following redirect chain if possible:
http://panjabi.club/
https://panjabi.club/
how can i remove this. my WordPress is installed over https, I intend to use only that. this was not before, plus I am using CloudFlare