Hi,
As a new user I am puzzled by the following:
- I am using localhost with XAMPP as per your tutorials
- The XAMPP control panel shows all the modules running and the status as OK
- I can access and use the XAMPP control panel easily
- I installed JoomlaExplorer to work with code as per user guide
- I get the following error message when I try to access php index through Explorer
<?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 🙁
Any help or ideas as to what to do next would be appreciated.
THX – Alana:confused: