DirectoryIndex index.php index.html

# Enable PHP
<IfModule mod_php7.c>
    php_flag display_errors off
</IfModule>

# RewriteEngine for clean URLs
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /asachimie/
</IfModule>