RE: [PHP-INST] not loading php correctly

2003-07-31 Thread John Szkudlapski
Hi there. What you need to do is edit your apache httpd.conf and search for the lines. 1) AddType image/x-icon .ico And then directly underneath this line, add the following. AddType application/x-httpd-php .php 2) Then find the lines DirectoryIndex index.html And change it to

RE: [PHP-INST] not loading php correctly

2003-07-31 Thread Donald Tyler
That is an Apache configuration issue. With the default installation of Apache, it only serves index.html as home page, not index.php. You need to reconfigure your Apache to server index.php. You can also access the file by adding it to the end of your URL. But obviously if this is going to be set