Ask a Question related to PHP Development, Design and Development.
-
JimC #1
Installing PHP4.3 on Windows XP
Erm, help, chaps!
I'm trying to get PHP 4.3 working on Windows XP with IIS as server.
Was able to make the CGI installation program go through its hoops
(which I've done on various platforms before now), but this one
isn't working properly. I think the problem is that it's
not communicating with the IIS server correctly.
I have
extension_dir = "c:\php"
enable_dl = off
cgi.force_redirect = 0
I don't have any of the php_* extensions set. Anything with
domain name is set to localhost.
IIS services seem to be working. I can bring up the Microsoft
help page, and so forth. I did set IIS to start on boot.
JimC Guest
-
Installing CFMX7 on Windows ME
Hi, I've tried to install CFMX7 four times now, and everytime I've run into the problem of it just stopping at 'Creating Coldfusion directory' I've... -
Installing PHP5 on Windows
Hi Folks, PHP version 4 works fine but I am having problems Installing PHP5 on Windows XP Pro using IIS v5.1 hope you might be able to help? I... -
Installing windows from a USB HD
Is it possible to copy the windows CD to a USB HD and then install from here to the computers internal HD. The reason for doing so is i would... -
installing windows xp pro.
I need to install Windows XP Pro. on a loptop. The loptop already has Windows XP Home edition. Do I need to erase the hard drive and re-format... -
Help installing Ming with PHP4.3.2
Greetings! I've installed Apache 2.0.xx and PHP 4.3.2. I want to use Ming as a module to PHP. The instructions that came with Ming say to: ... -
JimC #2
Re: Installing PHP4.3 on Windows XP
"JimC" <jimc@cross-comp.com> wrote in message
news:pF1jb.1118$7L3.1003@newssvr27.news.prodigy.co m...I figured out one way to solve this. (Again, the problem is to> Erm, help, chaps!
>
> I'm trying to get PHP 4.3 working on Windows XP with IIS as server.
> Was able to make the CGI installation program go through its hoops
> (which I've done on various platforms before now), but this one
> isn't working properly. I think the problem is that it's
> not communicating with the IIS server correctly.
>
> I have
>
> extension_dir = "c:\php"
> enable_dl = off
> cgi.force_redirect = 0
>
> I don't have any of the php_* extensions set. Anything with
> domain name is set to localhost.
>
> IIS services seem to be working. I can bring up the Microsoft
> help page, and so forth. I did set IIS to start on boot.
>
make PHP work under IIS 5 on a Windows XP platform.)
Go to Control Panel and choose Computer Management. (Alternately,
click right on My Computer and then select Manage.
Under Internet Information Service, find Web Sites -> Default Web Site.
Click right on this tab. Select Properties. Select the Home Directory
tab. Select Configuration. You will add a file extension type. Select
ADD. In the executable window, add the path to php.exe, which
for many users will be in the c:\php subdirectory. For extension,
put ".php" (without quotes), and select All Verbs. Select OK to
save the addition. Either stop and start your IIS service, or reboot.
The usual test is to use the phpinfo() function. That is, use Notepad
to create a file, say phpinfo.php containing one line:
<? phpinfo(); ?>
and save this in the Inetpub\wwwroot directory. Open a browser
and enter the URL
[url]http://localhost/phpinfo.php[/url]
and the PHP start page should come up.
HTH!
Jim
JimC Guest



Reply With Quote

