En la segunda línea de código tienes un error de sintaxis. El header es una función php. Así que no tienes por qué volver a abrir los tags de php. Prueba así:
Código PHP:
header("Location: http://".$_SERVER["HTTP_HOST"]."/secretaria/logg/mensaje.php");
Un saludo