[WordPress] Errori vari console chrome, redirect file .htaccess + internalizza risorse

booklisa

Utente Attivo
10 Nov 2016
52
0
6
37
Roma
Salve nella console di chrome mi sono ritrovata davanti questi simpatici errori.
Ora nel tentativo di risolverli ve li posto qui di seguito, mi pare di capire che per quelli in cui mi appare "but requested an insecure stylesheet" mi basti internazionalizzare lo script a cui puntano o al più aggiungere una S al http:// - che diventa https://

Quale delle due soluzioni ritenete più opportuna?
La prima secondo me è preferibile, in quanto così non farei riferimento a risorse esterne, però non so bene come muovermi nella pratica, nonostante conosca la teoria.

1) apro il link e mi copio il suo contenuto sul notepad ++, come salvo questo file (nome?) e via ftp in quale cartella lo carico senza fare danni???

per quelli in cui - Il server ha risposto con uno stato di 404 potrei cavarmela con una regola nel file .htaccess, ma esattamente cosa scrivereste per non andare in conflitto con altre regole già esistenti?


Codice:
1). (index):42  Mixed Content: The page at
'https://www.miosito.it/'
was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Cabin%3A400%2C500%2C600%2Cbold&ver=4.7.2'.
This request has been blocked; the content must be served over HTTPS.


2). (index):43 Mixed Content: The page at
'https://www.miosito.it/'
was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=PT+Sans+Narrow%3Aregular%2Cbold&ver=4.7.2'.
This request has been blocked; the content must be served over HTTPS.


3). jquery-migrate.min.js?ver=1.4.1:2
JQMIGRATE: Migrate is installed, version 1.4.1
lines-dark.png

4). Failed to load resource: the server responded with a status of 404 (Not Found)
left-arrow.png

5). Failed to load resource: the server responded with a status of 404 (Not Found)
right-arrow.png

6). Failed to load resource: the server responded with a status of 404 (Not Found)


7). (index):1 Mixed Content: The page at
'https://www.miosito.it/'
was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Cabin%3A400%2C500%2C600%2Cbold&ver=4.7.2'.
This request has been blocked; the content must be served over HTTPS.


8). (index):1 Mixed Content: The page at
'https://www.miosito.it/'
was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=PT+Sans+Narrow%3Aregular%2Cbold&ver=4.7.2'.
This request has been blocked; the content must be served over HTTPS.
 
Si te pare giusto. Hai SSL installato sul tuo sito mentre stai "mostrando" agli utenti connessioni insicure (http). Converti tutto in https:// (dove possibile).
 

Discussioni simili