We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

How to fix HTTPS, mixed passive content | Forum

tammy harris
tammy harris Oct 10 '14
paste the config file here
Kelvin
Kelvin Oct 10 '14
Sir it is not supposed to provide this file to public place.
Kelvin
Kelvin Oct 10 '14
I can tell you I changed the line [ define('OW_URL_HOME', 'https://mysite.com/'); ]
tammy harris
tammy harris Oct 10 '14
send in private then

i only need see the url
tammy harris
tammy harris Oct 10 '14
you dont have the www in it
Kelvin
Kelvin Oct 10 '14
It is not a matter sir. I don't want www prefix.
tammy harris
tammy harris Oct 10 '14
you need www  then ih htacess make rule  to rule out www
Kelvin
Kelvin Oct 10 '14
and sir it works well on any other plugins. Only photo plugin problem. I think you have the same issue like mine.
tammy harris
tammy harris Oct 10 '14
my photos are come over https 

theres another problem 

if u want the images come over https u need www

Kenneth
Kenneth Oct 20 '14

Quote from Tammy you need www  then ih htacess make rule  to rule out www

RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]

like this?
The Forum post is edited by Kenneth Oct 20 '14
Hybrid
Hybrid Feb 14 '19

If anyone is still struggling with Mixed Content issues even after trying all the possible solutions provided on the Oxwall Forum, try this:


Why not just add this to your page settings "Custom Head Code" --> Go to Admin Dashboard --> Settings --> Page Settings --> Add this meta tag to your "Custom Head Code" section:


<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">


For a deeper understanding, please refer to the following: https://developers.google.com/...fixing-mixed-content

Pages: « 1 2