RE: [PHP-WIN] IIS and index.php issue

2003-02-21 Thread Charles P. Killmer
I know this sounds simple but make sure that index.php is the document
that is being served.  

Either remove all other files from the web root.  Or remove all other
documents from the default documents tab in IIS.  Also make sure that
the webroot is in the right place.

Also make sure that a script mapping exists for .php

I cant think of anything else that could cause something like that.

Charles

-Original Message-
From: Bill Rafferty [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 21, 2003 11:36 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] IIS and index.php issue

My index.php simply has ;
?php phpinfo(); ?

if in my broser I go to;
http://localhost/ra640/everything works fine, but
http://localhost/ra640/index.php which is the same file returns a error
500

??? what am I missing



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-WIN] IIS and index.php issue

2003-02-21 Thread Matt Hillebrand
Oh, you're right. My advice doesn't appy to your problem. Sorry. I just
woke up.

Matt

|-Original Message-
|From: Charles P. Killmer [mailto:[EMAIL PROTECTED] 
|Sent: Friday, February 21, 2003 11:55 AM
|To: [EMAIL PROTECTED]
|Subject: RE: [PHP-WIN] IIS and index.php issue
|
|
|I know this sounds simple but make sure that index.php is the 
|document that is being served.  
|
|Either remove all other files from the web root.  Or remove 
|all other documents from the default documents tab in IIS.  
|Also make sure that the webroot is in the right place.
|
|Also make sure that a script mapping exists for .php
|
|I cant think of anything else that could cause something like that.
|
|Charles
|
|-Original Message-
|From: Bill Rafferty [mailto:[EMAIL PROTECTED] 
|Sent: Friday, February 21, 2003 11:36 AM
|To: [EMAIL PROTECTED]
|Subject: [PHP-WIN] IIS and index.php issue
|
|My index.php simply has ;
|?php phpinfo(); ?
|
|if in my broser I go to;
|http://localhost/ra640/everything works fine, but
|http://localhost/ra640/index.php which is the same file 
|returns a error 500
|
|??? what am I missing
|
|
|
|-- 
|PHP Windows Mailing List (http://www.php.net/)
|To unsubscribe, visit: http://www.php.net/unsub.php
|
|
|-- 
|PHP Windows Mailing List (http://www.php.net/)
|To unsubscribe, visit: http://www.php.net/unsub.php
|
|
|



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php