Hi,
I'm working on installing WP on a domain that has an existing site with its own index.php. I want to set up the new WP site in the background rather than stage it elsewhere, etc.
I changed the site's existing index.php and modified the .htacess file to include "DirectoryIndex home.php" and then installed WP.
The public facing solution works fine and visitors are redirected to home.php. For some reason though, I can't directly access the new index.php that was uploaded during the WP install. When I try to access http://www.example.com/index.php, I get redirected to home.php.
I have put a few other files in the root directory (test.html & test.php), and I can access those just fine.
Anyone have any idea why this is happening? Thanks.