Direct access to index.php

From ClarolineDoc

You have to define for your webserver that it has to take into account the php files as index. For example for Apache in the httpd.conf file : you have the lines

#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML 
# directory index.  Separate multiple entries with spaces. 
# 
<IfModule mod_dir.c> 
   DirectoryIndex index.php index.php3 index.php4 index.html index.shtml index.wml index.pwml
</IfModule>