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
set up with a Domain name, you will want to properly configure the default page in Apache. Check out www.apache.org for details. -Original Message- From: Richard Frazier [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 8:42 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] not loading php

[PHP-INST] not loading php correctly

2003-07-31 Thread Richard Frazier
so yeah i got apache and php installed like the php install txt file says too. i also created a small test php page (index.php) and placed it in the root directory for apache but when i go to http://192.168.0.2 it just shows a directory of all of the files in the root. im using xp, apache 1.3.2.8,