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.
Oops! That page cannot be found. On clicking a link in the forums
tokado
New
Hi there,
I recently added vanilla to my wordpress website projectb.me/forums
I installed the vanilla forums plugin on my website to embed it and everything went fine, however now whenever i click a link i get
Oops! That page cannot be found.
I think this as something to do with the rewrite or URL ? i don't know exactly maybe the plugin is dorment or i can chagne something in the hardcode?
Thank you for taking your time reading this, and i hope you can help me
Tagged:
0
Comments
Welcome to the community!
Your server is not rewriting URLs properly. I tested this by visiting http://projectb.me/forums/index.php?p=/discussion/2/ready-for-the-first-raid and noticing the page works as expected. I am guessing you have a server misconfiguration.
There should be a
.htaccess
file in your forum install folder. This is the modified version you probably need:If that doesn't work, and pretty URLs don't matter to you, you can disable them by editing the config file:
/conf/config.php
$Configuration['Garden']['RewriteUrls'] = TRUE;
$Configuration['Garden']['RewriteUrls'] = FALSE;
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.