CSS, Images and JS Issues after add SSL Certificate

Hi guys I just add a SSL certificate to my website https://medios.infobrisas.com. So when I open the website all styles, js and images links are broken.

I tried forcing via htaccess adding these lines

RewriteEngine On

RewriteCond %{SERVER_PORT} 80

RewriteRule ^(.*)$ https://medios.infobrisas.com/$1 [R=301,L,NE]

Header always set Content-Security-Policy "upgrade-insecure-requests;"


But it doesn't works niether.

I need some help for you guys.


Regards

Rosalía Diez

Comments

Sign In or Register to comment.