PPNSteve
PPN Top 50
currently hqave our VL and the button image dirs set to a https url but when button.php processes the link, it serves a http image (not the expected https).
What can we do to get it to use https?
example headers:
VL URL: https://www.ppntop50.com
sample button link code:
What can we do to get it to use https?
example headers:
VL URL: https://www.ppntop50.com
sample button link code:
HTML:
<a href="https://www.ppntop50.com/"><img src="https://www.ppntop50.com/button.php?u=2&buttontype=rank" alt="PPN Top 50"></a>