# === VoteMotta2028 NAV-V5 deployment fix ===
# ADD THESE LINES NEAR THE TOP OF YOUR EXISTING .htaccess.
# Do not delete unrelated SSL, redirect, security, or subdomain rules.
DirectoryIndex index.php index.html
CacheDisable public /
CacheDisable private /
RewriteEngine On
RewriteRule .* - [E=Cache-Control:no-cache]
Header always set Cache-Control "no-store, no-cache, must-revalidate, max-age=0"
Header always set Pragma "no-cache"
Header always set Expires "0"
# === End VoteMotta2028 NAV-V5 deployment fix ===