XF 1.3 SSL Certificate

Lexy

Active member
Hi now my site run SSL certificate but no padlock icon in browser who shows info about SSL, how to fix this??
 
Are you using https instead of http? If you aren't using https then it won't show the lock.
How to do that do i must change htaccess file

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

or

log into cPanel and access the redirects section
Set Type to Permanent (301)
Next to http://(www.)? choose the domain name you are working with
Next to redirects to, enter your website's url using the Shared SSL Certificate
We recommend having Redirect with or without www. selected, so that the user will be forced to use SSL whether they use domain.com or www.domain.com
Ensure Wild Card Redirect is selected
Click Add
 
Top Bottom