I'm busy building a Wordpress website for a client. I've developed the site off-line and would now like to upload it to the live server to show the client what I've done so far. I want to keep the "Under Construction" html page I've create as the default when browsing to the site but if you type in www.sitename.com/index.php I want the actual site to be displayed.
I don't want to use an "under construction" plugin as I don't want the user to have to enter any form of username or password to gain access to the site.
I have tried: DirectoryIndex index.htm but as soon as I browse to index.php it flips me back to the index.htm page.
I've had a look here: Make index.html default, but allow index.php to be visited if typed in but unless I'm missing it, there's no real conclusion.
My development machine runs Windows 8 with XAMPP.