Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Forum Problem - Root/Homepage
GreekHosting
New
Hello,
in my forum this is the link for the homepage, when you click that button: https://greek-hosting.tk/forum/index.php?p=/, however it redirects me to a completely other page non-related with the forums.
How can I fix that? Please help me.
0
Comments
That looks like you do not have pretty urls working properly.
https://docs.vanillaforums.com/developer/framework/controllers/#pretty-urls
Thank you for the article @whu606. It really helped, what I had to do is put this:
$Configuration['Garden']['RewriteUrls'] = true;
in my config.php file.