Page 1 of 1

Getting an Error Message for my XAMPP Installation

PostPosted: 13. March 2013 14:12
by jlgoinggreen
Hi Everyone. So I have installed and uninstalled XAMPP 3 times without being able to uninstall my SQL. I believed that was where all my problems were, but now after installing it for the 3rd time, I am getting this error:

<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/xampp/');
exit;
?>
Something is wrong with the XAMPP installation :-(

What does this mean? Where did I go wrong this time? Please help. I've been at this for 3 days and about gave up until I found this forum yesterday. Please help me.

Thank you,
Jen

Re: Getting an Error Message for my XAMPP Installation

PostPosted: 13. March 2013 15:48
by Altrea
Hi Jen,

Which URL does your browsers address bar show at the time you are getting this "error"?

Best wishes,
Altrea