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.
Embedding my forum into my Wordpress blog unsuccessful. Help?
http://www.edmirror.com/?page_id=21
Someone please explain what is happening and how I can fix it. Thank you in advance.
Someone please explain what is happening and how I can fix it. Thank you in advance.
Tagged:
0
Best Answer
-
Todd Vanilla Staff
It's looking like your forum is trying to embed recursively and I think it has something to do with you not using rewritten urls on your blog or forum (which you really should).
On the Vanilla side, you can add$Configuration['Garden']['RewriteUrls'] = FALSE;
to/conf/config.php
. Not sure about the Wordpress side, but I know they support it. You want to have a url that's not ?page_id=21.0
Answers
On the Vanilla side, you can add
$Configuration['Garden']['RewriteUrls'] = FALSE;
to/conf/config.php
. Not sure about the Wordpress side, but I know they support it. You want to have a url that's not ?page_id=21.