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

Http to https | Forum

Topic location: Forum home » Support » General Questions
lubunya.net
lubunya.net Jun 3 '20
my website does not redirect to https
The Forum post is edited by lubunya.net Jun 3 '20
Marcus
Marcus Jun 3 '20
pls share url

Marcus
Marcus Jun 3 '20
ps. do you have ssl installed 
Marcus
Marcus Jun 3 '20
open config.php located in includes directory and replace home url
lubunya.net
lubunya.net Jun 3 '20
Marcus

i did this but the result is the same

lubunya.net
lubunya.net Jun 3 '20

Quote from Marcus pls share url
www.lubunya.net
Marcus
Marcus Jun 3 '20
some images are not served from https check that

Marcus
Marcus Jun 3 '20
you gotta go over all plugings and lang keys to eliminate http and replace with https
The Forum post is edited by Marcus Jun 3 '20
lubunya.net
lubunya.net Jun 3 '20
bunun için kod yok mu?
lubunya.net
lubunya.net Jun 3 '20
no code for it?
lubunya.net
lubunya.net Jun 3 '20
how do i do this
lubunya.net
lubunya.net Jun 3 '20
you are a perfect detail
Quote from Chris_W You can add this to your .htaccess file to help with the problem, but there is still work to be done, like changing all the URL in the video plugin etc.


# Force SSL:

RewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

<IfModule mod_headers.c>

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

</IfModule>


Or you can do it in the custom header code box.

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