That is not correct. Using IIS4 and IIS5 you have to add script mappings. You do this 
from the "Internet Service Manager". You find that under Administrative Tools.

When you right click on either The "compyter", "Default Web Site" or a directory you 
can select properties. Select "Home directory", "Directory"  or "Virtual Directory" 
and click Configuration. If the configuration button is disabled you have to click the 
create button first.

Click the add button and add the following settings:

Executable = c:\php3\php.exe %s %s
Extension = .php3
Enable Schript engine.

If you want the scripts parsed with php4 you add this instead:

Executable = c:\php4\php.exe
Extension = .php3
Enable Schript engine.

or If you prefer the ISAPI version

Executable = c:\php4\php4isapi.dll
Extension = .php3
Enable Schript engine.

You do not need to restart the server after these changes.

- Frank

> You add it in the php.ini file. Look for the AddType section and add php3 to
> the end of the line..
> 
> rwj
> ----- Original Message -----
> From: "Manesh" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, April 19, 2001 7:23 AM
> Subject: RE: [PHP-WIN] Php3
> 
> 
> > where do i add that. I am IIS5 (i think, i have win2k)
> >
> > -----Original Message-----
> > From: rjones [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, April 18, 2001 11:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP-WIN] Php3
> >
> >
> > Manesh,
> > Are you trying to run php version 3 or scripts with a php3 extension?
> > If the latter you need to add php3 to your AddType application/x-httpd-php
> > .phtml .php
> >
> > rwj
> >
> > ----- Original Message -----
> > From: "Manesh" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, April 18, 2001 9:33 PM
> > Subject: [PHP-WIN] Php3
> >
> >
> > > i have php4 and when i use .php its works, but php3 don't work
> > >
> > > plz help!
> > >
> > > --
> > > 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]
> >
> 
> 
> -- 
> 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