XAMPP Lite question

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

XAMPP Lite question

Postby jch02140 » 24. May 2013 22:08

HI,

I have install the XAMPP lite to my USB and I am able to run the control panel and start the apache. However, when I try going to 127.0.0.1 or localhost the browsers just redirecting me to the XAMPP web control page. IS there something else I need to do to get the webpage shows up instead of control panel?...
jch02140
 
Posts: 3
Joined: 24. May 2013 21:59
Operating System: Windows 7 Home Premium

Re: XAMPP Lite question

Postby Altrea » 24. May 2013 22:25

Hi,

Which webpage?

Best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: XAMPP Lite question

Postby jch02140 » 25. May 2013 06:17

Hi Altrea,

I mean when I go to 127.0.0.1 or localhost in the address bar it shows a similar interface like this in the browser rather than the "It works!" test page.

Image

Is it actually works that way?...

Thanks.

jch02140
jch02140
 
Posts: 3
Joined: 24. May 2013 21:59
Operating System: Windows 7 Home Premium

Re: XAMPP Lite question

Postby Altrea » 25. May 2013 09:35

Thats the default behaviour in XAMPP.

If a requested ressource points to a folder and not a specific file, Apache will search for an index ressource in a configured order.
For XAMPP 1.8.1 Apache that means it is first looking for index files in that order:
Code: Select all
index.php index.pl index.cgi index.asp index.shtml index.html index.htm default.php default.pl default.cgi default.asp default.shtml default.html default.htm home.php home.pl home.cgi home.asp home.shtml home.html home.htm

(i don't know if the list is the same for the lite version - it is defined in the DirectoryIndex setting in your xampp\apache\conf\httpd.conf)

The It works page is an index.html file but as you can see just on position 6 in that list. 5 other pages will be served first if present.
XAMPP 1.8.1 Apache will found an index.php file and will serve it first and this index.php file contains a redirect to the ressources of the orange XAMPP Administration page.

best wishes,
Altrea
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: XAMPP Lite question

Postby jch02140 » 25. May 2013 21:29

Oh ok.

That makes sense now.
Thanks for the clarification, Altrea :D
jch02140
 
Posts: 3
Joined: 24. May 2013 21:59
Operating System: Windows 7 Home Premium


Return to XAMPP for Windows

Who is online

Users browsing this forum: SCHOBER-Astrid and 162 guests