Redirect TYPO3 backend to https
RewriteCond %{HTTPS} off RewriteRule ^typo3/(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]