Wordpress not redirecting from http to https

It wasn't working because of the L type your index.php redirect. L means last rule, so any other redirect after that won't work. For solving this, you could always place the https rule before the index.php redirect rule. Anyway, don't touch the htaccess anymore, because it works for you now. If it isn't broke, don't fix it. :D

what's your server configuration ? apache, nginx, etc ?

Obviously he is using apache, otherwise there won't be a htaccess atall.
 
You should realy simple ssl plugin in wordpress. Plugin is a automatic redirect http to https
 
Back
Top