but i still get a application error when i try to run the page
"Ken Ford" wrote:
> Has anybody installed PHP with Vista Beta 2?
>
> Ken Ford
Jamie Smith
Ken Ford
Guest
Posts: n/a
Re: PHP installation
Posted: 06-15-2006, 04:04 PM
Jamie,
Got it work following one of the suggestions in that blog post:
btw, corey, i had the same problem. i created the directory, extracted php, copied over the recommended into php.ini, then made a
file called php.bat that contained the rest of david's script:
PUSHD %SYSTEMROOT%\System32\inetsrv
APPCMD SET CONFIG -section:handlers --[name='StaticFile',path='*',verb='*']
APPCMD SET
CONFIG -section:handlers -+[name='PHP',path='*.php',verb='GET,HEAD,POST',modul es='IsapiModule',scriptProcessor='%SYSTEMDRIVE%\In etpub\PHP\php5isapi.dll',resourceType='File']
APPCMD SET
CONFIG -section:handlers -+[name='StaticFile',path='*',verb='*',modules='Stati cFileModule,DefaultDocumentModule,DirectoryListing Module',resourceType='Either',requireAccess='Read']
APPCMD SET
CONFIG -section:isapiCgiRestriction -+[path='%SYSTEMDRIVE%\Inetpub\PHP\php5isapi.dll',all owed='true',groupId='PHP',description='PHP5']
POPD
i saved that, right clicked it and chose run as adminstrator
--
Ken Ford
"Jamie Smith" <JamieSmith@discussions.microsoft.com> wrote in message news:33911084-5F65-440B-9389-87662211FCEF@microsoft.com...
> Ken, Sorry i have had no luck. i tried to get it working follwoing the link
> below
> http://blogs.msdn.com/david.wang/arc...P_on_IIS7.aspx
>
> but i still get a application error when i try to run the page
>
> "Ken Ford" wrote:
>
>> Has anybody installed PHP with Vista Beta 2?
>>
>> Ken Ford
Ken Ford
Jamie Smith
Guest
Posts: n/a
Re: PHP installation
Posted: 06-16-2006, 08:36 AM
Hi Ken,
Thanks for the info, i have got it working now with help from your email and www.iis.net
thanks again,
Jamie
"Ken Ford" wrote:
> Jamie,
>
> Got it work following one of the suggestions in that blog post:
>
>
> btw, corey, i had the same problem. i created the directory, extracted php, copied over the recommended into php.ini, then made a
> file called php.bat that contained the rest of david's script:
>
> PUSHD %SYSTEMROOT%\System32\inetsrv
> APPCMD SET CONFIG -section:handlers --[name='StaticFile',path='*',verb='*']
> APPCMD SET
> CONFIG -section:handlers -+[name='PHP',path='*.php',verb='GET,HEAD,POST',modul es='IsapiModule',scriptProcessor='%SYSTEMDRIVE%\In etpub\PHP\php5isapi.dll',resourceType='File']
> APPCMD SET
> CONFIG -section:handlers -+[name='StaticFile',path='*',verb='*',modules='Stati cFileModule,DefaultDocumentModule,DirectoryListing Module',resourceType='Either',requireAccess='Read']
> APPCMD SET
> CONFIG -section:isapiCgiRestriction -+[path='%SYSTEMDRIVE%\Inetpub\PHP\php5isapi.dll',all owed='true',groupId='PHP',description='PHP5']
> POPD
>
> i saved that, right clicked it and chose run as adminstrator
>
>
> --
> Ken Ford
>
>
> "Jamie Smith" <JamieSmith@discussions.microsoft.com> wrote in message news:33911084-5F65-440B-9389-87662211FCEF@microsoft.com...
> > Ken, Sorry i have had no luck. i tried to get it working follwoing the link
> > below
> > http://blogs.msdn.com/david.wang/arc...P_on_IIS7.aspx
> >
> > but i still get a application error when i try to run the page
> >
> > "Ken Ford" wrote:
> >
> >> Has anybody installed PHP with Vista Beta 2?
> >>
> >> Ken Ford
Posts: n/a