Can anyon help me on this?
inspite of using a paid ssl certificate it says site not fully secure via images
Can anyon help me on this?
inspite of using a paid ssl certificate it says site not fully secure via images
Have you tried forcing https for everything that is loaded?
Did you change the ow_includes/config.php file to https?
See the last post here (untested)
https://developers.oxwall.com/forum/topic/45671
You can also see here
https://developers.oxwall.com/forum/topic/63622
i contacted a2hosting and they asked me to add below code in .htaccess file and i did it and now showing secured.
<IfModule mod_headers.c>
Header always set Content-Security-Policy "upgrade-insecure-requests;"
</IfModule>
This worked for the OP and they shared it with me. So im posting it as a possible solution.