I have activated SSL certification on my new Wordpress website. But it is not showing that green lock in the browser. I installed Really Simple SSL plugin, but still nothing changed. I also tried to manually put this code inside the .htaccess
file in the root:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.url.com/$1 [R,L]
but even this didn't change anything. I still see "mix content warning" and the green lock is still not being showed. I want to manually change all the addresses but I don't know which files exactly should i work on? for example, where can i find my website's images to change their addresses from http to https? all the needed files, not only images.
I will appreciate if you share your experience with me to finally show that green lock for my website.
I activated my SSL two days ago, btw.