Author
Reply
  • #13126

    Settings http connection
    $_SERVER[‘REQUEST_SCHEME’] = http
    $_SERVER[‘HTTP_REFERER’] = http://melfar.dk/admin.php
    $_SERVER[‘HTTP_CF_VISITOR’] this line dosen’t exists
    $_SERVER[‘HTTP_X_FORWARDED_PROTO’]http
    $_SERVER[‘HTTPS’]this line dosen’t exists

    Settings https connection
    $_SERVER[‘REQUEST_SCHEME’] = https
    $_SERVER[‘HTTP_REFERER’] this line dosen’t exists
    $_SERVER[‘HTTP_CF_VISITOR’] this line dosen’t exists
    $_SERVER[‘HTTP_X_FORWARDED_PROTO’] = https
    $_SERVER[‘HTTPS’] = on

    and i have put an phpinfo page in the root folder melfar.dk/phpinfo.php