can i ask why you have anything to do with mod_php3 there? and if you don't plan on trying to use php4 and php5, then remove any looking for php4 too. > > <IfModule mod_dir.c> > > <IfModule mod_php3.c> > > <IfModule mod_php4.c> > > DirectoryIndex index.php index.php3 index.html > > </IfModule> > > <IfModule mod_php5.c> > > DirectoryIndex index.php index.php3 index.html > > </IfModule> > > <IfModule !mod_php4.c> > > DirectoryIndex index.php3 index.html > > </IfModule> > > </IfModule> > > <IfModule !mod_php3.c> > > <IfModule mod_php4.c> > > DirectoryIndex index.php index.html > > </IfModule> > > <IfModule !mod_php4.c> > > DirectoryIndex index.html > > </IfModule> > > </IfModule> > > </IfModule> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php