Page 1 of 1

Unable to access index.html

PostPosted: 22. October 2009 04:47
by Hairyworm
Hi,

I have just install xampp on windows xp.

Services started fine and i was about to verify it by going to http://localhost and seeing that it was installed successfully.

However after i transfer all my previous file from my previous webserver into htdocs. When i access http://localhost, it will gets redirect to http://localhost/xampp/ and not opening the index.html.

Can anyone help me on this?

Thank you.

Re: Unable to access index.html

PostPosted: 22. October 2009 05:02
by Izzy
Delete the index.php file that belongs to XAMPP and which will load before your index.html file.

Then if you want to still access the XAMPP Welcome Page type in your browser:
http://localhost/xampp/

Good luck.

Re: Unable to access index.html

PostPosted: 22. October 2009 05:23
by Hairyworm
Done. Thanx for your help. :)