The page where I want the "latest threads" to appear is located in the root folder, so /public_html/
The forum is located 1 folder deep in /public_html/forum/vBExternal.php
(however the link to the forum is
http://forum.mikhailtech.com not mikhailtech.com/forum .. if that matters at all)
Go to
http://www.mikhailtech.com and check out the source code near the bottom of the page. You'll find this code:
PHP Code:
<?php
chdir('./forum');
require_once('vBExternal.php');
?> </div>
I can't figure out why it's not working though.