Utilizing HTTPS rather than HTTP implies that interchanges between your program and a site is scrambled by means of the utilization of a SSL (Secure Socket Layer). Regardless of whether your site doesn't deal with touchy information, it's a smart thought to ensure your site stacks safely over HTTPS. It's currently turning into a prerequisite for some, new program includes just as possibly affecting web crawler rankings.
To ensure your site stacks safely, you have to ensure that it is prefixed with HTTPS rather than HTTP. This should be possible in a couple of various ways. Laid out underneath are the most well-known approaches to do this.
Utilize the Force HTTPS Tools
1. Login to Hamro.Cloud and head to Manage Hosting and select Manage on the bundle you need to drive HTTPS for.
2. Select the SSL/TLS symbol.
3. Select Enable Force HTTPS. This will divert site clients to HTTPS. For whatever length of time that the site has a SSL endorsement and every single substance load through HTTPS, the site should appear as secure.
Utilizing a .htaccess document
Another way that has the potential for progressively explicit design is to utilize a .htaccess document rule. In the event that you don't have a .htaccess document, you can make one through FTP or File Manager and after that include the code:
RewriteEngine On
RewriteCond %{env:HTTPS} !on
RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
In the event that you as of now have a .htaccess record at that point ensure you don't copy the line: RewriteEngine On
In the event that subsequent to empowering power HTTPS the site demonstrates uncertain, at that point you'll have to ensure that:
1. You have a SSL declaration on the site
2. You don't have blended substance, more subtleties here: blended substance.