My header tag doesn't redirect correctly and I don't find out why. This is my line:
header('Location:../destination.php');
The file is located at: www.example.com/one/two/example.php
Now, if I enter the page and get instantly redirected (as it should) it loads www.example.com/one/two/example/destination.php
instead of www.example.com/one/destination.php
.
It just adds the destination.php to the current path. Very strange.