using JS : (in <head>
tag)
<script>window.location="https://stackoverflow.com";</script>
using PHP : (in <head>
tag)
header('Location: https://stackoverflow.com');
end();
Which one I should use ? or another ?
and what about using <meta>
?
<meta http-equiv="refresh" content="0;url=https://stackoverflow.com"/>
Many good answers , I don't know which answer I will accept, Thanks so much
<meta>
? @Drawer – Derosier