☰
Dup
Ver
Goto
📝
How to redirect in PHP
PT2
/
lang
/
php
php
http
redirect
does not exist
To
5 lines, 13 words, 85 chars
Page '
Redirect1
' does not exist.
How to do an http redirect:
header('Location: '.$newpath, true, 303); exit();