I'm having a few problems with redirections?
I've put a splash page on my website, and when placing the following code in index.php the index page is just blank until I remove the code..
check_logged();
if (!isLogged()) { header ('Location:' . BX_DOL_URL_ROOT . 'join2.php =
exit;}
Anyone know the reason why?