Image called via CSS stopping SSL certification
Permalink
CSS = background-image:url(/images/R1434ED1.jpg)
This is presenting as Insecure URL:http://www.racheltrevormorgan.com/themes/rtmc5/images/R17W28.jpg....
Does anyone know how I can change the default http to https so that I can get the all clear on
https://www.whynopadlock.com/check.php...
Thanks!
Jo
This is presenting as Insecure URL:http://www.racheltrevormorgan.com/themes/rtmc5/images/R17W28.jpg....
Does anyone know how I can change the default http to https so that I can get the all clear on
https://www.whynopadlock.com/check.php...
Thanks!
Jo
Thanks so much!
Where do I change it?
Have searched in all the C5 files.
I assume its in the core somewhere?
Jo
Where do I change it?
Have searched in all the C5 files.
I assume its in the core somewhere?
Jo
I could be wrong but it appears you're using the Dark Chocolate theme?! The line @weyboat references should be in the header file within the theme.
Have you tried calling the image in the css with a full https url?
Have you tried calling the image in the css with a full https url?
Add this line to your config/site.php file
define('BASE_URL', 'https://www.racheltrevormorgan.com');
fantastic - thank you! That did the trick - I just didn't know where to change it.
Thanks so much for helping me!
Jo x
Thanks so much for helping me!
Jo x
Your very welcome..
Try it like this