Snippet,
htaccess
14/09/2023
<IfModule mod_rewrite.c>
RewriteEngine On<
# Force HTTPS
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>