• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Xampp fail?

Majeski20

New Member
Joined
Apr 21, 2008
Messages
602
Reaction score
4
Location
Sweden
Hello, i cant get my website to work, so i looked in the Xampp map > htdocs and found the index.php file.
I found this text inside, bad sign?
:blink:


Code:
<?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 :-(

Please give me some help, what should i use, do i download it right?
 
this is the original index.php that comes with xampp. there's no problems with this.

you should place your website files in the htdocs folder to work correctly
 
this is the original index.php that comes with xampp. there's no problems with this.

you should place your website files in the htdocs folder to work correctly

Okey, also when i put the files in the htdocs map, a tutorial sais, change install=no to yes in config.ini But i dont get that file, its not in the config map :S?
 
Okey, also when i put the files in the htdocs map, a tutorial sais, change install=no to yes in config.ini But i dont get that file, its not in the config map :S?

well, the website you downloaded must have the config.ini file
try to check in the folders inside
 
Back
Top