P
P
Pablos252019-10-09 18:30:37
htaccess
Pablos25, 2019-10-09 18:30:37

How to remove mixed content on https site?

5d9dfabee86eb482256286.png
Site on WordPress via https, redirect is registered in htaccess as:
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteCond %{REQUEST_URI} !^/robots.txt$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI } [R=301,L]

Mixed content comes out and refers to some /porpoiseant/nmash.js and banger.js, both of which are available via http, redirect and does not try.
Where they sit, I do not understand.
How to win?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
P
Pablos25, 2019-10-09
@Pablos25

I solved the issue by installing the Really Simple SSL plugin

D
Dim Boy, 2019-10-09
@twix007

well, find the link through the search and fix http to https

V
Vovanys, 2019-10-09
@Vovanys

Your script from the picture pulls some other script over http, not https, so mixed.
Comb that script if it's yours.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question