Hi @StacksWeaver 🙂
There's no reason I can see that an Apache .htaccess
should work on your host but not in Indigo. It's almost an Indigo founding principle that stuff like this should work in both environments as far as is technically possible.
I haven't spun up a test stack to try it, but could you try this version?
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
If it still won't work, let me know and I'll make a test stack to see if I can replicate the issue.