Code : Tout sélectionner
AddType application/x-httpd-php .phpCode : Tout sélectionner
#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php
</IfModule>Code : Tout sélectionner
DirectoryIndex index.html index.php
<?php
phpinfo();
?>