I'm not sure I understand what you are trying to do.
domain.com/index.php is what loads now and you want that to be the main page instead of the root page so that you can throw up a warning page.
DirectoryIndex index.html index.php
The above will cause index.html to load when you go to your domain and you can then put a link on index.html that goes to index.php so that you don't have to touch the existing structure.
|