I recently added a ssl certificate to my website. Now the problem is that some of the elements like images, fonts etc. are external content which is using http in "src=http://example.com/jpg"
tag.
I know I can solve the problem by just replacing http
with https
in my elements tag but I have at-least 133 web-pages that will take a while to do it manually.
Is there any other alternative that I can use?
Can I use .htaccess
for this problem?
note - I am using cpanel hosting