From: Franky V. L. <lie...@te...> - 2009-04-13 11:34:13
|
On Mon, 13 Apr 2009 12:50:54 +0200 Arjen van Bochoven <boc...@fe...> wrote: > Looking at the test page, I see the following: > > Expected base_url: http://survey.example.com// > > As a workaround, I modified index.php to: > > $dir = dirname($s['SCRIPT_NAME']) == '/' ? '' : > dirname($s['SCRIPT_NAME']); > > $url = sprintf('%s://%s%s%s%s', $proto, $s['SERVER_NAME'], $port, > $dir, '/admin/manage.php'); > > > grz > > Arjen Ah yes, I see now ... my webserver (apache) automatically removes double slashes. Your fix has been accepted and is in SVN already. Franky |