Einzelnen Beitrag anzeigen
Alt 03.01.2003, 00:36   #5
jonix
Veteran
 
Registriert seit: 03.08.2000
Alter: 47
Beiträge: 461


Standard

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
____________________________________
hampel.at
jonix ist offline   Mit Zitat antworten