Page 1 of 1

Please help me with getting xampp to point to htdocs/inde...

PostPosted: 05. December 2004 20:17
by superdiscopirate
Please help me with getting xampp to point to htdocs/index.php instead of htdocs/xampp/splash.php when I type in an ipaddress in my browser to get to my server. If I type localhost, it works. Otherwise, I have trouble getting to htdocs/index.php without creating an extra folder and file to redirect it. Does anyone have a solution?

Thanks,
Chris

PostPosted: 06. December 2004 00:29
by Dave_L
I think all you need to do is remove or rename htdocs/index.html. That's the file that redirects to splash.php.

Alternatively, you could change the DirectoryIndex directive in apache/conf/httpd.conf so that index.php is processed before index.html.