[SOLVED] 500 Internal Server Error
Posted: Fri Sep 11, 2009 9:13 pm
I get this 500 Internal Server Error on my simple script:
Why? Is it the location header that I'm sending?
Code: Select all
session_start();
if ($preoutParams['require_login'] && !isset($_SESSION['login']))
{
header("Location: /login.php?redirect="+$_SERVER['REQUEST_URI']);
}