Re: [PHP] Re: phps and iis

2004-02-16 Thread zerof
Another useful resource: http://www.php.net/manual/en/install.iis.php - zerof - "Scott Fletcher" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Well, the instruction at macromedia website is not accurate. It is only for > -- PHP General Mailing List (ht

Re: [PHP] Re: phps and iis

2004-02-16 Thread Scott Fletcher
Well, the instruction at macromedia website is not accurate. It is only for IIS 5 and below. IIS 6 used an increased security feature because of plaquing problem with security hole so, it use a complete lockdown on lot of things. You can safely follow the instruction at macromedia website for in

Re: [PHP] Re: phps and iis

2004-02-15 Thread zerof
Try starting your browser with: http://localhost/ - zerof http://www.educar.pro.br/PAGES/ - "Anders Gjermshus" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > I have installed php on my iis server. What I'm looking for is how to get > php sources to work on IIS. Like phps

SV: [PHP] Re: phps and iis

2004-02-14 Thread Anders Gjermshus
I have installed php on my iis server. What I'm looking for is how to get php sources to work on IIS. Like phps files. -Opprinnelig melding- Fra: zerof [mailto:[EMAIL PROTECTED] Sendt: 14. februar 2004 21:41 Til: [EMAIL PROTECTED] Emne: [PHP] Re: phps and iis It is possible:

[PHP] Re: phps and iis

2004-02-14 Thread zerof
It is possible: http://www.macromedia.com/devnet/mx/dreamweaver/articles/php_iis.html - zerof - "Anders Gjermshus" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > Is it possible to get IIS 6 to show php sources. ( phps files ) --- -- PHP General Mailing List (htt

SV: [PHP] Re: phps and iis

2004-02-14 Thread Anders Gjermshus
I'm using Windows 2003 server with IIS 6 I have installed php using isap not cgi. I really need this to work :) - anders -Opprinnelig melding- Fra: Jason Lewis [mailto:[EMAIL PROTECTED] Sendt: 14. februar 2004 19:04 Til: [EMAIL PROTECTED] Emne: [PHP] Re: phps and iis Yes you

[PHP] Re: phps and iis

2004-02-14 Thread Jason Lewis
Yes you just have to set the filetype in the filetype associations in IIS 6, are you using SBS2003? Jason Lewis "Anders Gjermshus" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi. > > > > Is it possible to get IIS 6 to show php sources. ( phps files ) > > And how do I do that,

[PHP] Re: .phps

2002-04-20 Thread phplists
If your browser is trying to download the file it's because the web server isn't configured to recognize the file type. In your httpd.conf file you should have a line similar to the following: AddType application/x-httpd-php .php .php3 .phtml In order to do what you are wanting, you also need a

[PHP] Re: .phps

2002-04-20 Thread Yasuo Ohgaki
Mantas Kriauciunas wrote: > Hey [EMAIL PROTECTED], > > as i understand files .phps should view code nice and in colors... > but when i set up everything good in http.conf and (as i think) > everything is perfect it wants me to download that .phps > file...what can be wrong? im using PHPTr