AddDefaultCharset UTF-8
DirectoryIndex setup.php
Options -Indexes +FollowSymLinks

<IfModule mod_headers.c>
    Header set Cache-Control "no-store, no-cache, max-age=0"
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "now"
</IfModule>
