I installed oxwall on a https server, but whenever i want to use a link Oxwall changes this in , for example in news, blogs while the url needs to be in http.. How can i fix this?
gr
Marcel
I installed oxwall on a https server, but whenever i want to use a link Oxwall changes this in , for example in news, blogs while the url needs to be in http.. How can i fix this?
gr
Marcel
If you have http website and you put https in the URL, your website should just come without styles.
I have in the application.php the replace change on line 907
$markup = str_replace("", "", $markup);
941:$markup = str_replace("http:", "http:", $markup);
945:$search[$index] = str_replace($matches[2][$index], str_replace("http:", "http:", $matches[2][$index]), $search[$index]);
Site seems to be functioning normally after this change