Small quandary, but I don't know how to fix it... help?
I have Joomla installed at the root directory and am working on setting up the site, but what I would like site visitors to see when they go to
www.domainname.com
-- for now at least, while I'm still building the site -- is a single temporary regular html page that I set up and also placed at the root level. So, effectively, what I want is
www.domainname.com/index.html
to be the default page people see right now, but I'd still like to be able to view and access
www.domainname.com/index.php
if I type in that URL directly. Then later once the site has been built out, I'd like to remove my temporary index.html page and make the index.php file the default again.
I am guessing that it is possible to do this inside the htaccess file, but I'm not sure how. I did come across the following code:
DirectoryIndex index.html index.php
but when I added it to htaccess, it didn't fix the default order. Anybody have an idea?
Also, is this an issue that could potentially be browser and/or platform dependent? I.e., if I get the default order to work in one place, do I need to worry about it not working somewhere else?
Thanks very much for any and all help...!!