Hi I am using PHP on a remotely-hosted server so don't have access to the httpd.conf file. The host has installed both PHP3 and PHP4 and instructed us to use .php extensions for PHP3 files, and .php4 extensions for PHP 4. This is fine, but I have encountered a weird problem. If the home page in a particular directory is called index.html I can access it fine using http://www.mydomain.com/directoryname/. But if the index file is called index.php or index.php4, and I use the above syntax (i.e. not specifying the filename), instead of the page displaying I am prompted to download a file of type x-httpd-php. Yet, if I instead go to http://www.mydomain.com/directoryname/index.php the page is correctly interpreted and displayed as it should be. Tech support have been no help at all, and I'm no Apache expert. Can anyone suggest what I should do to fix this problem??
Thanks! Veronica -- 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]