shop icon indicating copy to clipboard operation
shop copied to clipboard

Notice: Undefined index: REQUEST_SCHEME

Open gaffling opened this issue 3 years ago • 4 comments

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 avatar Apr 22 '21 11:04 gaffling

@gaffling kann es sein dass du nicht XAMPP benutzt?

BlackScorp avatar Apr 29 '21 06:04 BlackScorp

Ja, Mac also MAMPP

gaffling avatar Apr 29 '21 06:04 gaffling

Interessant, HTTPS ist auch nicht überall verfügbar, kommt auf die Version an, ich müsste wohl beides Prüfen

BlackScorp avatar Apr 29 '21 06:04 BlackScorp

Bei MAMMP gibt es wohl REDIRECT_REQUEST_SCHEME. Aber man findet so keine Informationen darüber. ["REDIRECT_REQUEST_SCHEME"]=> string(4) "http"

BibaltiK avatar Apr 29 '21 17:04 BibaltiK