Hi,
Wenn dein PHP-Interpreter richtig konfiguriert ist, kommen alle Seiten
automatisch als text/html an, Problem gelöst.
Wie soll man den PHP Interpreter konfigurieren können? Desweiteren wird PHP in Opera und IE so interpretiert, wie es war, als ich anfing am Apache herumzufrickeln. Ich sehe die Datei im Browser so wie sie ist:
<?php
//=====================================================================================================
// Hello World Application
// These are optional comment lines
//
// Save this file as 01hello.php
//
// echo is used for TEXT OUTPUT. It is like "print" in BASIC and "writeln" in Pascal and printf in "C".
//
// \n has a special meaning. It means "start a new line".
//=====================================================================================================
echo "\n\nHello World!\n\n";
?>
Ich weiß nur nicht mehr, was ich getan habe, dass ich nun diese Misere im Mozilla habe?
Markus Trusk.