a ver... dices que esto:
Código PHP:
header('Location: /');
si funciona, y que esto otro no?
Código PHP:
header('Location: index.php');
¿probaste con esto?
Código PHP:
header('Location: /index.php');
o si usas la URL completa?
Código PHP:
header('Location: http://localhost/index.php');