Relative Content

Tag Archive for linuxxamppchromebook

Encountered this error message when trying to open index file

if (!empty($_SERVER[‘HTTPS’]) && (‘on’ == $_SERVER[‘HTTPS’])) { $uri = ‘https://’; } else { $uri = ‘http://’; } $uri .= $_SERVER[‘HTTP_HOST’]; header(‘Location: ‘.$uri.’/dashboard/’); exit; ?> Something is wrong with the XAMPP installation 🙁 I installed xampp on Chromebook 2024 through penguin. I keep getting this error message when trying to load any PHP file. I’ve tried […]