Forum Moderators: coopster
<?php include("http://www.example.com/forum/ssi.php?a=active");?>
It stopped functioning and give me the following error...
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /homepages/24/d123456789/htdocs/mydomain/index.php
I tried to fix it with this but no joy...
<?php include($_SERVER['DOCUMENT_ROOT'] . "/forum/ssi.php?a=active");?>
[edited by: Asia_Expat at 10:57 am (utc) on Aug. 7, 2007]