I need to redirect single html page to https. For this I've tried https://stackoverflow.com/questions/16152914/redirect-single-page-http-to-https this also. but it's not working.
my web url format is http://www.example.com/api/test.html
,
I need to convert this test.html page to https://www.example.com/api/test.html
any help please.