## ## Enable HSTS, even for subdomains. ## Header set Strict-Transport-Security "max-age=31536000; includeSubDomains" env=HTTPS ## ## Provide /freedombox as an alias to /plinth ## RedirectMatch "^/freedombox" "/plinth" ## ## Serve FreedomBox icon as /favicon.ico for apps that don't present their own ## icon using . ## RewriteEngine On RewriteRule /favicon\.ico$ "/plinth/static/theme/img/favicon.ico" [PT]