PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.dreamweaver > IIS v7 and PHP
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
IIS v7 and PHP

Réponse
 
LinkBack Outils de la discussion
Vieux 01/06/2008, 10h04   #1
i.edwards
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut IIS v7 and PHP

HI

Just upgraded to Vista Ultimate and have struggled over the past two days to
install PHP and get it running.

I've followed the esteemed Mr Ps instructions but got no where. According
to Google this seems to be a common problem.

Has anyone suceeeded in getting it to work or should I change over to
Apache? problem is my hoster uses IIS and a couple of my sites use asp

thanks

Ian

  Réponse avec citation
Vieux 01/06/2008, 10h28   #2
John Waller
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IIS v7 and PHP

> I've followed the esteemed Mr Ps instructions but got no where.

Can you tell us what steps you've followed, what has worked OK and what
didn't work along the way?

--
Regards

John Waller

  Réponse avec citation
Vieux 01/06/2008, 13h13   #3
i.edwards
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IIS v7 and PHP

Hi

I'm getting a bit miffed

Just checked back on PHP for DW8 and it says I need to set permission for
execute scripts and map php to php5isapi.dll in iis. Do I have to do this in
iis7?

What I've done so far is listed below:



1. Turned off UAC


2. Went into control Panel------ programs and features---- windows
features------ highlighted IIS and selected OK

3. Waited several minutes -- closed up CP


4. Double clicked on the php executable

5. Selected c:\program files\php\

6. Selected webserver iiscgi

7. selected extensions GD2,Multibyte string, Mysql. mysqli and xsl

8. Selected Install

9.Waited for install to finish and exited.

10.Opened php.ini

11 changed ; - display_errors = Off to display_errors = On

12. changed ; - log_errors = On to

13. copy php.ini c:\windows

14 create folders c:\users\ian\AppData\local\Temp\PHP\upload and sessions

15. Reboot

16 type in http://localhost/test.html page displayed

17. type in http://loclhost/test.php ( contains <?php phpinfo(); ?> )

get the error:

HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension
configuration.
If the page is a script, add a handler. If the file should be downloaded,
add a MIME map.

thanks

Ian
"John Waller" <johnw@REMOVETHISpinnacleweb.com.au> wrote in message
news:g1tq4h$rl1$1@forums.macromedia.com...
>> I've followed the esteemed Mr Ps instructions but got no where.

>
> Can you tell us what steps you've followed, what has worked OK and what
> didn't work along the way?
>
> --
> Regards
>
> John Waller


  Réponse avec citation
Vieux 01/06/2008, 13h20   #4
i.edwards
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IIS v7 and PHP

Hi

Dug a little deeper into IIS and found that I have no entry for PHP in the
script mappings section.

I tried putting in *.php and making the executable phpisapi.dll but that
file appears not to exist in php 5.2.6

the only DLL I have listed are php5ts.dll and libmysql.dll

thanks

Ian
"i.edwards" <i.edwards@nospam.edwards-micros.co.uk> wrote in message
news:g1u3on$74v$1@forums.macromedia.com...
> Hi
>
> I'm getting a bit miffed
>
> Just checked back on PHP for DW8 and it says I need to set permission for
> execute scripts and map php to php5isapi.dll in iis. Do I have to do this
> in iis7?
>
> What I've done so far is listed below:
>
>
>
> 1. Turned off UAC
>
>
> 2. Went into control Panel------ programs and features---- windows
> features------ highlighted IIS and selected OK
>
> 3. Waited several minutes -- closed up CP
>
>
> 4. Double clicked on the php executable
>
> 5. Selected c:\program files\php\
>
> 6. Selected webserver iiscgi
>
> 7. selected extensions GD2,Multibyte string, Mysql. mysqli and xsl
>
> 8. Selected Install
>
> 9.Waited for install to finish and exited.
>
> 10.Opened php.ini
>
> 11 changed ; - display_errors = Off to display_errors = On
>
> 12. changed ; - log_errors = On to
>
> 13. copy php.ini c:\windows
>
> 14 create folders c:\users\ian\AppData\local\Temp\PHP\upload and sessions
>
> 15. Reboot
>
> 16 type in http://localhost/test.html page displayed
>
> 17. type in http://loclhost/test.php ( contains <?php phpinfo(); ?> )
>
> get the error:
>
> HTTP Error 404.3 - Not Found
> The page you are requesting cannot be served because of the extension
> configuration.
> If the page is a script, add a handler. If the file should be downloaded,
> add a MIME map.
>
> thanks
>
> Ian
> "John Waller" <johnw@REMOVETHISpinnacleweb.com.au> wrote in message
> news:g1tq4h$rl1$1@forums.macromedia.com...
>>> I've followed the esteemed Mr Ps instructions but got no where.

>>
>> Can you tell us what steps you've followed, what has worked OK and what
>> didn't work along the way?
>>
>> --
>> Regards
>>
>> John Waller

>


  Réponse avec citation
Vieux 01/06/2008, 16h48   #5
David Powers
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IIS v7 and PHP

i.edwards wrote:
> I tried putting in *.php and making the executable phpisapi.dll but that
> file appears not to exist in php 5.2.6


If you installed PHP with the Windows installer, it copies only those
DLL files that it considers necessary, depending on the choices you made
during the installation process. It's a long time since I last attempted
to install PHP with IIS7, so I can't remember the details, but an easy
way to get phpisapi.dll is to download the zip version of PHP, and copy
it from there.

--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
  Réponse avec citation
Vieux 01/06/2008, 16h59   #6
Ken Ford
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IIS v7 and PHP

If you have Vista SP1 installed:

http://learn.iis.net/page.aspx/246/u...tions-on-iis7/

--
Ken Ford
Adobe Community Expert - Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com


"i.edwards" <i.edwards@nospam.edwards-micros.co.uk> wrote in message news:g1tom5$q8s$1@forums.macromedia.com...
> HI
>
> Just upgraded to Vista Ultimate and have struggled over the past two days to
> install PHP and get it running.
>
> I've followed the esteemed Mr Ps instructions but got no where. According
> to Google this seems to be a common problem.
>
> Has anyone suceeeded in getting it to work or should I change over to
> Apache? problem is my hoster uses IIS and a couple of my sites use asp
>
> thanks
>
> Ian
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 03h09.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14750 seconds with 14 queries