I have 3 questions:First question is is there any other way of redirecting pages besides the header function?Second question is how do i redirect with header using realpath (no http ...)?And the third question is my biggest problem, when i redirect using \[code\]header('Location: http://www.somesite.com/blabla.php'); exit;\[/code\]I loose my defines,\[code\]define('IMPORTANT', 'value');\[/code\]It gets lost in the next file, the file does not have it.Thank you for your information!