Options -Indexes
DirectoryIndex index.html
AddDefaultCharset UTF-8

<IfModule mod_mime.c>
 AddType text/javascript .js
 AddType text/javascript .mjs
 AddType application/json .json
 AddType font/woff2 .woff2
 AddType image/svg+xml .svg
 AddType image/webp .webp
</IfModule>

<IfModule mod_negotiation.c>
 Options -MultiViews
</IfModule>

<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteRule ^tr$ tr/ [R=302,L]
 RewriteRule ^es$ es/ [R=302,L]
</IfModule>
