Thanks for your replies 🙂 I found the problem:
I had to add the following line in my apache configuration:
<IfModule dir_module>
DirectoryIndex index.php index.html
</IfModule>
I refused to install xampp because I have to install my webpage in a server who don’t let me install that tool
Thanks!