in my php page have the following error
The webpage at http://localhost/emr4all/multiclient/index.php has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
the header cant redirect pls help me
The webpage at http://localhost/emr4all/multiclient/index.php has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Code:
<code>$filename=$GLOBALS['OE_SITE_DIR']; if (file_exists($filename)) { require_once($GLOBALS['OE_SITE_DIR'] . "/config.php"); } else { //$_SESSION['multi'] = 1; header("Location:/../emr4all/multiclient/index.php"); }</code>
Comment