I have simple lines in my htaccess
Redirect 301 /something/ /blog/something/
if i hit https://www.example.com/something/
it redirectes to http://www.example.com/blog/something/
i want https://www.example.com/something/ to https://www.example.com/blog/something/
it should use the https and not http