You probably need to tell your web server to allow files with the .php
file extension to act as a directory index.

In Apache, find the DirectoryIndex directive:

   DirectoryIndex index.html index.php

In IIS, read the help file.

Matt

|-----Original Message-----
|From: Bill Rafferty [mailto:[EMAIL PROTECTED] 
|Sent: Friday, February 21, 2003 11:34 AM
|To: [EMAIL PROTECTED]
|Subject: [PHP-WIN] index.php
|
|
|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

Reply via email to