bei apache v1.3.20 schauts (bei mir) so aus:
Code:
<IfModule mod_dir.c>
DirectoryIndex index.php index.html index.htm
</IfModule>
siehe
http://httpd.apache.org/docs/mod/mod...directoryindex
und falls notwendig
Code:
#
# And for PHP 4.x, use:
#
<IfModule mod_php4.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php-source .phps
</IfModule>
siehe eventuell auch
http://www.php.net/manual/de/install.apache.php
gruss joerg