Am Mittwoch, 25. Juni 2003 14:05 schrieb Stefan Kohn: > ein "grep" ergibt ... > > grep php /etc/apache/httpd.conf > > LoadModule php4_module /usr/lib/apache/1.3/libphp4.so > DirectoryIndex index.html index.htm index.shtml index.cgi index.php > index.php3 > # distribution - see http://www.php.net) will typically use: > # AddType application/x-httpd-php3 .php3 > # AddType application/x-httpd-php3-source .phps > AddType application/x-httpd-php4 .php .phtml .php3 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > AddType application/x-httpd-php4-source .phps
Hallo Stefan, > Jetzt hat er alle Libs, ist soweit oki, aber ... - nu kommt's - wenn ich > eine php-Site erstelle und aufrufe, ... Welche Extension hat deine php-Site? Vermutlich *.php - und nicht *.php4 ! �ndere doch mal die von mir mit "^^^" markierte Zeile in: AddType application/x-httpd-php .php und starte dann Apache neu. hth, Norbert -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

