Error with php - WinXP and IIS

Status
Not open for further replies.

ramprasad

In the zone
Joined
May 7, 2004
Messages
371
Hi
I have installed Win XP SP2 along with php 5.0.
The installation script has already configured IIS for php extension.

I have a virtual directory which maps to address *prasad/php.

I have a php file hello.php in the Virtual DIrectory.
When I enter the URL as *prasad/php/hello.php, I get only a blank page and not evan any error message...

Can anyone help me to solve this problem.....?
Thanx in advance

Regards,
Ramprasad
 

alib_i

Cyborg Agent
Joined
Jun 24, 2004
Messages
1,174
Q. Are plain HTML pages working properly ?
Q. Error in php file ??? show us the file ..
Q. Are php/html files in root directory working fine ?

-----
alibi
 
OP
ramprasad

ramprasad

In the zone
Joined
May 7, 2004
Messages
371
A. Yes
A. This is the contents of my php file...
<?
phpinfo();
?>
A. Yes HTML files are working fine. php files are not working
 

alib_i

Cyborg Agent
Joined
Jun 24, 2004
Messages
1,174
php configuration problem ...
try complete reinstalling of php 5.0 ..

or you can try installing php 4.4 instead ..
I had some issues with php 5.0 earlier and downgraded to 4.3 .. worked fine for me !


-----
alibi
 
OP
ramprasad

ramprasad

In the zone
Joined
May 7, 2004
Messages
371
Hi alib_i ,

I uninstalled php 5 and installed php 4.3.4
But the same prob exist...
 

alib_i

Cyborg Agent
Joined
Jun 24, 2004
Messages
1,174
Frankly speaking I'm not sure what's causing the problem ..
but one of the following pages must be of some help .. check them out !
*www.plus2net.com/php_tutorial/php_iis_installation.php
*www.webmasterstop.com/123.html
*www.phpbuddy.com/sub_articles.php?other_articles=4
*in.php.net/manual/en/install.windows.iis.php

-----
alibi
 
Status
Not open for further replies.
Top