# =========================================
# KSAN Digital Storybook — STATIC OVERRIDE
# =========================================
# Disable directory listing
Options -Indexes
# Force static entry point
DirectoryIndex index.html
# Correct MIME types (CSV + WAV are critical)
AddType text/css .css
AddType application/javascript .js
AddType text/csv .csv
AddType audio/wav .wav
AddType audio/x-wav .wav
# Cache control (safe, simple)
ExpiresActive On
ExpiresDefault "access plus 7 days"
# HARD STOP: prevent WordPress / IONOS rewrites
RewriteEngine Off