Try adding this to the top of the page:
<?php ini_set("display_errors",1); ?>
Then you might see an error message instead of a blank page that would give you something to work from. It could be something as simple as a space or blank line in your php before a redirect.