Having Joomla installed, I can access my index.php when I enter the URL of my website. The problem is that I first want to display an index.html page before I display my site. So I put an extra line in my .htaccess containing
DirectoryIndex index.html index.phpBut that doesn't work as my provider tells me now that it is not allowed to use `Options` and `DirectoryIndex` related functions in my .htaccess file. He advised me to rename my index.php to something else, but if I do that, Joomla (my CMS) can't find the branch it is sitting on (hardcoded it looks for index.php).
Can someone tell me how to solve this? thanks, Jos Chrispijn --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx