# InMotion runs LiteSpeed; keep its server-side page cache away from this app.
# (Apache/MAMP ignores this block, so local dev is unaffected.)
<IfModule LiteSpeed>
CacheDisable public /
</IfModule>
