Thanks for the info, I tried it but still get errors. The follwoing is the
code I am using.
define("SERVER_NAME", "localhost");
define("SCRIPT_NAME", basename(__FILE__));
define("APPLICATION_ROOT", "E:/xitami/webpages/htdocs/front_to_back/);
define("EXTERNAL_PATH", "/front_to_back/htdocs/");
I get a parse error for the last line which looks fine to me. Any thoughts?
Shawn
----- Original Message -----
From: "Bjarne Hansen" <[EMAIL PROTECTED]>
To: "FreeTrade" <[EMAIL PROTECTED]>
Sent: Saturday, October 14, 2000 2:19 PM
Subject: [FreeTrade] Path problems
> Hi Shawn!
>
> Using Windows is not all so cool... I use WIN 98 and Apache. It running
> ok, for test, but I have a smular problem. So what I do is edit the path
> in the index.php, like this:
>
> #define("SERVER_NAME", $SERVER_NAME);
> #define("SCRIPT_NAME", basename(__FILE__));
> #define("APPLICATION_ROOT", dirname(dirname(__FILE__)));
> #define("EXTERNAL_PATH", dirname($SCRIPT_NAME) . "/");
>
> define("SERVER_NAME", "localhost");
> define("SCRIPT_NAME", basename(__FILE__));
> define("APPLICATION_ROOT", "C:/Apache/htdocs/master/");
> define("EXTERNAL_PATH", "/master/htdocs/");
>
> The hashed out ones is of cause the way it is by default. When I upload
> to Unix I just reverse the hashes.
>
> Hope this can help you
>
> Bjarne
>
> > Shawn Honeychurch wrote:
> >
> > Hello;
> >
> > I think I am going crazey. I had a complete system crash from Win NT4
> > and decided to go to Win 2000pro. The OS is great, but i cannot get
> > freetrade to run now. I have tried both the Xitami webserver and IIS5
> > with no luck. I installed the latest version of php4 and i can get
> > the index.php3 page to load fine and connect to mysql without
> > problem. But all my other links show up as http:///index.php3?etc, I
> > cannot figure out how to get the full path info to show up. Any ideas
> > folks?
> >
> > Shawn
>
>
> ------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Site: http://www.working-dogs.com/freetrade/
> Problems?: [EMAIL PROTECTED]
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Site: http://www.working-dogs.com/freetrade/
Problems?: [EMAIL PROTECTED]