Display listings module at other domain?
Can the listings module (or anything) be displayed on a different domain name/host. I'd like to have one site ('remotedomain.com') display one particular category of the location that the application is installed. ('localdomain.com'). is it a licensing thing? or simply a database permissions thing?
<?php
$LIST=1;
$listWeeks = 52;
$noOld = 1;
$DF = "m/d/y";
$template="wide_01.php";
$showCat="1";
require (" http://www.localdomain.com/calendar/calendar.php"); ?>
this is the error I get while trying to attempt this:
Warning: main( http://www.localdomain.com/calendar/calendar.php): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/usrname/public_html/test/testcal.php on line 25
Warning: main( http://www.localdomain.com/calendar/calendar.php): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in /home/usrname/public_html/test/testcal.php on line 25
Fatal error: main(): Failed opening required 'http://www.localdomain.com/calendar/calendar.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/usrname/public_html/test/testcal.php on line 25
|