• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

XAMPP Redirect

Notquiteanewbie

Limp Gawd
Joined
Jan 9, 2004
Messages
221
I recently installed XAMPP (apache web server with many additional modules already bundled in) http://www.apachefriends.org/en/

i'm running this service locally on my machine 127.0.0.1

currently i'm trying to connect to the local host and begin developing and testing my site.

i am able to connect to the local host fine however, XAMPP redirects the local host 127.0.0.1 to http://127.0.0.1/xampp/splash.php

which resides in htdocs\xampp\ this page is an administration page for XAMPP service allowing you to see the status of many of the modules you have installed.

while this a great service, i would like to stop the automatic redirection to this folder.

can anyone help?
 
delete index.html in xampp folder and clear your cache. You have to clear your cache otherwise it won't work. (for a while)
 
also double check all your paths, and check the status of your modules to make sure that they are still working.
 
Back
Top