Did you install PHP ?
How did you want to open .php files if you didnt have php

apt-get install php4
after that it will show you do you want to use DSO - press "y". That
script will put some raw in /etc/apache/httpd.conf which will fix your
problem. Your apache configuration is the problem, not your Mozilla!
So the raw in /etc/apache/httpd.conf are:
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
You have to add extra information in:
DirectoryIndex index.html index.htm .... - add there index.php
RESTART YOUR APACHE!
/etc/init.d/apache restart
THEN See http://localhost/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to