Htaccess SSL redirect
After installing an SSL certificate on your site, you need to redirect SSL. If you are using the .htaccsess file, you can review the codes below.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://www.alanadi.com/$1 [R=301,L]