Page 1 of 1

PHP wird nicht interpretiert

Posted: 2004-06-19 16:46
by nautilusiii
Hi,

ich habe ein Problem:
Wenn ich ein PHP File referenziere wird dieses nicht interperetiert sonder zum download angeboten ?!?!

Ich hab dafür gesorgt das PHP indexdateien automatisch geladen werden:

#
# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
DirectoryIndex index.php index.php3 index.html index.htm index.shtml index.cgi
</IfModule>


Dass PHP erkannt wird:

# And for PHP 4.x, use:
#
AddType application/x-httpd-php .php .php3 .php4 .php5
AddType application/x-httpd-php-source .phps

AddType application/x-tar .tgz
AddType image/bmp .bmp

# hdml
AddType text/x-hdml .hdml


Was kann da noch falsch sein ?

Re: PHP wird nicht interpretiert

Posted: 2004-06-19 17:03
by darkspirit
LoadModule ist drin?

Re: PHP wird nicht interpretiert

Posted: 2004-06-25 06:38
by freq.9
was isdn hdml?

Re: PHP wird nicht interpretiert

Posted: 2004-06-25 08:01
by as-n
Neue php Version installieren, bis 4.3.4 ist da ein Bug drin.

Ciao
AS-N