I read all the thread on a similar post from 2006 but did not find an answer there.
I can not redirect on my localhost (Apache) or on my hosted site (Apache).
I was using a function created in a php course I took then switched to a basic piece of code with no other code.
This is a relative path but I also tired it with the full url. The reason I am working on this is it used to work but not all the time and I thought it had to do with my session cookie so I started eliminating variables. Te problem seems to be it simply won't redirect.
<?php
header("Location: {'td_index.php'}");
exit;
?>