Hi there,
I am going crazy.
I am trying to redirect to a certain page using the header thing.
If I redirect to this page, it works :
header('Location: http://127.0.0.1/mysite/e-cards/index.php');
But when I try to redirect to its sub-directory, I get the error message "Not Found
The requested URL ... was not found on this server." :
header('Location: http://127.0.0.1/mysite/e-cards/private-dir/index.php');
And the private-dir/index.php file does exists ! :queasy:
How can this be ? Are there too many levels included ???
Thanks for any advice!