0

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

4
  • You don't necessarily need to do that.
    – hjpotter92
    Commented Mar 18, 2017 at 10:31
  • pingdoom gives my website score D of 68 , should i avoid it ?
    – jatin2302
    Commented Mar 18, 2017 at 10:52
  • Better to refer to Google Pagespeed Insights responses. Pingdom follows the same code, with varied weights for different tests.
    – hjpotter92
    Commented Mar 18, 2017 at 13:26
  • thanks a lot , i just installed a fresh copy of WordPress, was checking if 100/100 is possible. but this is taking so much of time.
    – jatin2302
    Commented Mar 18, 2017 at 16:38

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.