Hello again, 2007/9/12, Daniel Brown <parasane@xxxxxxxxx>: > > > > <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> > Also, check for this line in your httpd.conf file: > <IfModule mod_dir.c> > > Make sure index.php is in that list if the entry exists. Daniel as you say: > PHP is properly loading, but your DirectoryIndex is not working. The only refrences to DirectoryIndex and <IfModule mod_dir.c> are in the above quoted content in httpd.conf. I will get rid of all php3 entries and let you know if this has solved the problem. Thank you for your patience! Zbigniew Szalbot -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php