Topic: include extern.php does not work
hello,
punBB is an excellent forum, thanks a lot to the dev team !
I'm trying to display the latest posts on the frontpage. it does not work, it states that the file is missing, yet, if i copy/paste the url and access the file 'extern.php' directly, i get the content expected.
I searched throughout the forum but nothing i've found helped so far.
Can you?
here is the link to my (under construction) website: http://www.paternel.be/
PS: i tried the following
include ("http://www.paternel.be/forum/extern.php?action=active");
include $_SERVER['DOCUMENT_ROOT'].'/forum/extern.php?action=active';
require $_SERVER['DOCUMENT_ROOT'].'/forum/extern.php?action=active';
<!--#include virtual="forum/extern.php?action=new&show=10&fid=1" -->
but nothing worked.