Re: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Todd Williamsen
Williamsen [mailto:[EMAIL PROTECTED]] > Sent: 23 October 2001 20:16 > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] .php3 extension not being executed! > > > Ross, > > Thanks... but which file is that? > > I am trying to ween myself off of MS stuff, so be patient wit

RE: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Ross Fleming
all learnt once. :) Ross -Original Message- From: Todd Williamsen [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 20:16 To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] .php3 extension not being executed! Ross, Thanks... but which file is that? I am trying to ween myself off of MS stuff, so be pati

Re: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Todd Williamsen
Ross, Thanks... but which file is that? I am trying to ween myself off of MS stuff, so be patient with me "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What do you mean? If you mean that index.php3 is just spewing out the raw > source code t

RE: [PHP-WIN] .php3 extension not being executed!

2001-10-23 Thread Ross Fleming
What do you mean? If you mean that index.php3 is just spewing out the raw source code then it's because you don't have ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php3 Action application/x-httpd-php "/php/php.exe" in your apache conf file. Ross -Original Messa