Open GoogleCodeExporter opened 8 years ago
Adding the following to the contructor before calling bootstrap does the trick:
// Change this to the hostname for the site
$_SERVER['HTTP_HOST'] = 'www.example.com';
// Change MYSITENAME to the name of the directory for the site you want to use.
$_SERVER['SCRIPT_NAME'] = '/MYSITENAME'.$_SERVER['SCRIPT_NAME'];
Original comment by s...@moitozo.com
on 21 Aug 2012 at 2:00
Original issue reported on code.google.com by
power.st...@gmail.com
on 1 Apr 2011 at 1:23