
January 4th, 2000, 01:10 PM
|
|
Contributing User
|
|
Join Date: Oct 1999
Location: California
Posts: 43
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
You have to specify what Apache has to do with php3 files.
What I understand from your description, php3 is not configured in Apache.
You have to put the following lines in your httpd.conf file :
AddType application/x-httpd-php3 .php3
Success!
Iwan
|