Recently, I've got a problem in building up a website.
I have to migrate my website from http one to https.
But there is a problem.

in http:
after database processing, it redirects the internal page by using func header("Location: xxx.php");.
It works properly.

However:
in https:
func header("Location: xxx.php"); doesn't work anymore, it states in its own URL only.

Should I make some changes in my server setting?
Or it is always to have this problem?

I can't find any solution from google or sth.
Please help me if anyone get idea. T.T
Thanks

    Write a Reply...