WordPress keeps redirecting subpages without http to https homepage after switch
You’ve put the HTTP to HTTPS (and canonical www) redirect in the wrong place. It should go before the WordPress front-controller. In fact, it should go before the # BEGIN WordPress section to avoid any chance of it being overwritten by WordPress in future updates. To be honest, I’m a bit surprised that redirect would … Read more