Hi, I've got some problems with redirecting to another page with PHP.
I'm using the function 'header("Location:NEWURL");' to redirect a page to another but my problem is that, for example, if the redirect page is called 'redirect.php', and I'm redirecting to 'directory/index.php', this page...