Embedding my forum into my Wordpress blog unsuccessful. Help?

TWNTWN
edited June 2011 in Vanilla 2.0 - 2.8
http://www.edmirror.com/?page_id=21

Someone please explain what is happening and how I can fix it. Thank you in advance.
Tagged:

Best Answer

  • ToddTodd Vanilla Staff
    Answer ✓
    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.

Answers

  • ToddTodd Vanilla Staff
    Answer ✓
    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.
Sign In or Register to comment.