Please send admin login details to support[at]gvectors.com email address. We'll check and fix this problem.
Nope still dont work.
Hi Dantro,
We just fixed forum problem, it works fine now. Please don't confuse our support team with incorrect data. You've asked solution for SSL websites, but your website is simple http:// website. So the :443 solution was incorrect for you. You should have said that website is not SSL so we could debug in correct way.
Your problem was missing trailing slash in permalinks, you don't use "/" at end of page URLs. The permalink setting is this:
We adapted wpForo to work with websites which doesn't have trailing slashes. Instead of this code:
$url = str_replace(':443', '', $url);
We added this code:
$url = rtrim($url, '/') . '/';
This will be added it Beta-5 too.
I am having this same issue and cannot figure it out, can I please have some assistance?
Please read 5 cases explained in this FAQ topic:
https://wpforo.com/community/faq/forums-dont-show-up-on-the-main-page/
It includes all solutions.

