Page 1 of 1

No more re-direction!!!

PostPosted: 02. May 2005 03:30
by librarc
I installed the XAMPP application fine. I want to start testing my own files on my localhost, so I created a new index.php file in the top directory of htdocs; but when i type in http://localhost, it redirects to the start page of XAMPP. How do I set the home page on my localhost as well as stop the page from re-directing to XAMPP start page???

PostPosted: 02. May 2005 09:58
by Wiedmann
Delete the file index.html in \xampp\htdocs\ and clear your browser cache.

PostPosted: 02. May 2005 13:18
by librarc
Thanks... It worked!