[go: up one dir, main page]

Menu

[r18]: / language / index.php  Maximize  Restore  History

Download this file

12 lines (11 with data), 257 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/Oreste/');
exit;
?>
Something is wrong with the XAMPP installation :-(