We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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://";
The text was updated successfully, but these errors were encountered:
@gaffling kann es sein dass du nicht XAMPP benutzt?
Sorry, something went wrong.
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"
No branches or pull requests
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://";
The text was updated successfully, but these errors were encountered: