I know there is a quick solve for this but for some reason I can't get it to work. I have a index.htm file on my root along with my Joomla index.php. The web URL is defaulting to the index.php which my client does not want until I get the new Joomla site ready. I have tried changing the index.htm to default, Default, home, anf Home .htm and .html with no luck.
Is there a fix by changing the code in the htacess.txt file or the configuraiton.php file?
Talk to the server admin. I use IIS 6 (Windows) and can prioritize which files get served up first through IIS config. So tell your server admin to set the index.htm file to have priority. Then of course you'll need to get him/her to reverse the change once done. If there's another way for users to do it, I'd also be interested. Maybe under Apache regular users can have more control but I don't know. ::M::