Noob, your redirecting to a link, not a file.
If you wanted a file or page on a website. Why not do this? It takes up less space also.
[lua]
header('Location: file.php');
[/lua]
That's how you would do it
If you wanted a file or page on a website. Why not do this? It takes up less space also.
[lua]
header('Location: file.php');
[/lua]
That's how you would do it