From: Arjen v. B. <boc...@fe...> - 2009-04-13 11:58:10
|
Thanks! Adding base_url instead of ${base} to the Management interface urls probably would be a good thing as well. Arjen On 13 apr 2009, at 13:34, Franky Van Liedekerke wrote: > 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 > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general |