Add missing RewriteEngine On to .htaccess
The RewriteCond/RewriteRule directives for extension stripping were
present but RewriteEngine was never explicitly enabled. This relied on
a parent .htaccess having it on, which is a fragile assumption.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>