> That's what happens when you don't specify index.php in the index > section of your httpd.conf file... but you already knew that. ;-)
Shouldn't you get the standard Apache "Index of /" Directory Index Listing if there isn't a valid DirectoryIndex file in the directory? > If I specify the directory and the filename, > the code is executed correctly. And the same thing happens with > index.shtml files: if I just give the directory name, the file is > displayed but any include directives are not parsed. If I specify the > filename, they are. Veronica, didn't you say way back that the ISP requires you to use .php for *php3* and .php4 for php4? Could that be the trouble? Why not start from scratch, and put only an index.php4 file in the directory that only has: <?php phpinfo(); ?> and browser to server and see what you get. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]