On Mon, 15 Mar 2004 16:51:14 +0100, bask@xxxxxxxxx wrote: > >I am surely missing something along the way of installation and configuration, >since I am a newcomer in the world of LAMP. I have already read the FAQ, but I >did not find anything relating to my problem. Can anyone give me a clue on the >correct way to modify the default configuration files? > >Thank you, >Marco A few suggestions for httpd.conf Make sure index.php is in the list of possible starting pages: DirectoryIndex index.html index.htm default.htm index.php and php is a known application type: AddType application/x-httpd-php .php .php3 -- Steve