Never thought it would become this complicated.
Hi @user32, I visited https://opsec.co.nz/ and suspect I saw what @mark.anthony.capuno saw as it looks ok from a quick look. I do see the issue with about. Try adding a trailing slash on the âAboutâ link. From opsec.co.nz/about-us to opsec.co.nz/about-us/
@user32 , im seeing the problem now. I encountered that problem also. try this
insert on on wp-config.php
if (_SERVER[âHTTP_X_FORWARDED_PROTOâ] == âhttpsâ) _SERVER[âHTTPSâ]=âonâ;
this should be installed above:
/* Thatâs all, stop editing! Happy blogging. */
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.