If you want your website to be automatically redirected to https://, that is, SSL structure, when you run your website in the browser with http://, that is, with a non-SSL link structure, you can easily do this with htaccess and a few lines of code as follows.
# SSL FORWARDING
RewriteEngine On
RewriteCond %{SERVER_PORT} !=443
RewriteRule ^ https://makdos.com%{REQUEST_URI} [NS,R,L]
You have examined the knowledge base in detail, but if you cannot find the information you need,
Create a Support Ticket