Options -Indexes
DirectoryIndex index.php

<IfModule mime_module>
    AddType application/x-httpd-php .php
</IfModule>

<IfModule mod_php.c>
    php_flag engine on
</IfModule>

RewriteEngine On
