PDA

View Full Version : Some parts of this page are not secure. For example: Pictures


efsaneclub00
12-10-2018, 01:08 PM
Hello, I have installed ssl certificate firefox mozilla taryaciyle forum login is not logged in. Some parts of this page are not secure. For example: Pictures
How this error can be corrected.
https://efsaneclub.com/

PinkMilk
12-10-2018, 01:16 PM
Your favicon link is not secure:
<link rel='shortcut icon' href='http://www.efsaneclub.com/favicon.ico'>

should be:
<link rel='shortcut icon' href='https://www.efsaneclub.com/favicon.ico'>



It's also in the wrong place causing coding errors, I suggest you move it.


Find and remove:
<head><link rel='shortcut icon' href='http://www.efsaneclub.com/favicon.ico'></head>

Find (headinclude template):
<!-- CSS Stylesheet -->

Replace with:
<link rel='shortcut icon' href='https://www.efsaneclub.com/favicon.ico'>
<!-- CSS Stylesheet -->

efsaneclub00
12-11-2018, 05:11 AM
Looking at Mozilla firefox from ctrl + U image like this
link rel='shortcut icon' href='http://www.efsaneclub.com/favicon.ico'></head><

chrome from the main page ctrl + U look at the image looks like this and does not change in this case what I need to do.

head><link rel='shortcut icon' href='http://www.efsaneclub.com/favicon.ico'></head>

FORUMHOME
header: I can't find the location just this looks at this place-<link rel="shortcut icon" href="https://www.efsaneclub.com/favicon.gif">
<!-- logo -->

efsaneclub00
12-12-2018, 10:34 AM
Dear teacher I have deleted it from ftp Favicon ico but I can't find the location where the style stands
on the forums.

https://www.efsaneclub.com/

efsaneclub00
12-14-2018, 04:42 PM
If you don't help, you will have to close the forum every time you close your forum, your forum will be closed.

IggyP
12-15-2018, 01:01 AM
there is a favicon location setting in stylevars...

you may need to find and change that, something is still trying to call by http...

efsaneclub00
12-18-2018, 11:12 AM
there is a favicon location setting in stylevars...

you may need to find and change that, something is still trying to call by http...


Still header here it is

https://www.efsaneclub.com/favicon.gif">

snakes1100
12-18-2018, 08:55 PM
Your main forum page shows as valid with a lock icon, there is no image breaking https.

Youd have to check all your post pages & other pages to verify no other images are breaking those pages.

efsaneclub00
12-19-2018, 01:53 PM
Your main forum page shows as valid with a lock icon, there is no image breaking https.

Youd have to check all your post pages & other pages to verify no other images are breaking those pages.





I understand, my teacher, there's an easier way to do this.

IggyP
12-19-2018, 02:54 PM
you could use a replacement variable for each style....to change http://www.yoursite.com to https://www.yoursite.com