Kevin, are you sure the SSL server is running PHP 4? Well, in any event, I
guess you need to detect whether you have a slash on the end of
dirname($SCRIPT_NAME) and add one if you don't. You can use a regular
expression like
$temp_ExternalPath = dirname($SCRIPT_NAME);
if(!ereg(".*/$", $temp_ExternalPath))
{
$temp_ExternalPath .= "/";
}
define("EXTERNAL_PATH", $temp_ExternalPath);
But I'd be really interested to know if the Web server on 443 is really
running PHP 4 as an Apache module.
Leon
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]
- Re: [FreeTrade] ssl url and sid problems Paul Ashton
- Re: [FreeTrade] ssl url and sid problems Kevin Leavell
- Re: [FreeTrade] ssl url and sid problems Leon Atkinson
- [FreeTrade] [FreeTrade] Tommy TradeIT
- [FreeTrade] Weird Slash // Problem Kevin Leavell
- Re: [FreeTrade] Weird Slash // Problem Bob Hutchinson
- Re: [FreeTrade] Weird Slash // Problem Leon Atkinson
- Re: [FreeTrade] Weird Slash // Problem Kevin Leavell
- Re: [FreeTrade] Weird Slash // Problem Tommy TradeIT
- Re: [FreeTrade] Weird Slash // Problem Kevin Leavell
- Re: [FreeTrade] Weird Slash // Problem Leon Atkinson
- Re: [FreeTrade] Weird Slash // Problem Kevin Leavell
- [FreeTrade] Bug with adding dept Chris Mason
- Re: [FreeTrade] Bug with adding dept Bob Hutchinson
- RE: [FreeTrade] Bug with adding dept Chris Mason
- Re: [FreeTrade] Bug with adding dept Jon Stevens
- Re: [FreeTrade] Bug with adding dept Leon Atkinson
- [FreeTrade] Need link from ADD SKU Chris Mason
- [FreeTrade] Need some input Lee Catlett
- Re: [FreeTrade] Need some input Bob Hutchinson
- Re: [FreeTrade] Need link from ADD SKU Bob Hutchinson

