Well,

I managed to part fix the problem, now I have a problem where there is a page that all it does is redirect to another page, it wont redirect unless I hit the refresh button.

When I go to index.php it redirects to login.php, this is an old page that I just added a header("Location: blah); to so it would go to the new page. now it seems to jsut show a blank page instead of doing the second redirect, if I hit refresh on the blank page it will redirect correctly.

I wondered if there was some restriction somewhere on only allowing 1 redirect where this page needs to be able to do more than one? is htis something that would be in the httpd.conf or php.ini file?

Thanks!

Loll

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to