AddDefaultCharset utf-8
ErrorDocument 404 -

Options -Includes -IncludesNOEXEC -ExecCGI
RemoveHandler cgi-script .pl .py .cgi
RemoveType php

<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin *
</IfModule>

<IfModule mod_php5.c>
    php_flag engine off
</IfModule>
