Loading........

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Loading........

Postby Ozo » 05. August 2008 04:49

Hello!

I've used Xampp for a couple of weeks now.
It has been working perfectly until now. When i try to connect to http://localhost it starts loading, keeps loading and loading....

Any clues?

Thanks in advance!
Ozo
 
Posts: 2
Joined: 05. August 2008 04:46

Postby guw » 05. August 2008 09:08

Check if you still have the index page in your root (probably index.php).
guw
 
Posts: 15
Joined: 22. July 2008 10:49

Postby Ozo » 05. August 2008 16:11

hmm

in xampp\htdocs\index.php
Code: Select all
<?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 :-(
Ozo
 
Posts: 2
Joined: 05. August 2008 04:46


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 211 guests