shop
shop copied to clipboard
Notice: Undefined index: REQUEST_SCHEME
Notice: Undefined index: REQUEST_SCHEME
routes.php zeile 5 und 21
besser
$protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off' || $_SERVER['SERVER_PORT'] == 443) ? "https://" : "http://";
@gaffling kann es sein dass du nicht XAMPP benutzt?
Ja, Mac also MAMPP
Interessant, HTTPS ist auch nicht überall verfügbar, kommt auf die Version an, ich müsste wohl beides Prüfen
Bei MAMMP gibt es wohl REDIRECT_REQUEST_SCHEME. Aber man findet so keine Informationen darüber. ["REDIRECT_REQUEST_SCHEME"]=> string(4) "http"