Ross...

Thank you!


"Ross Fleming" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Apache\conf\httpd.conf
>
> Just open it in notepad or similar and insert it in where the rest of the
> AddType's are.  Search the document for php, there is probaby something
> similar commented out.  Just stick in the one I gave you.
>
>      ScriptAlias /php/ "c:/php/"
>      AddType application/x-httpd-php .php3
>      Action application/x-httpd-php "/php/php.exe"
>
> Change the .php3 to whatever file extension you want to be recognised and
> treated as php files. (personally I use .php) Make sure that php4ts.dll is
> copied to your winnt/system32 folder as well.
>
> We 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 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 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 Message-----
> > From: Todd Williamsen [mailto:[EMAIL PROTECTED]]
> > Sent: 23 October 2001 20:08
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] .php3 extension not being executed!
> >
> >
> > What could be causing this?
> >
> > I am using Win2k with Apache
> >
> > thanks
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to