One of these will work…
<head>
<meta http-equiv='refresh' content="0; URL=http://example.com/">
</head>
…or it can done with JavaScript:
window.location.href="https://example.com/";
One of these will work…
<head>
<meta http-equiv='refresh' content="0; URL=http://example.com/">
</head>
…or it can done with JavaScript:
window.location.href="https://example.com/";