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 ?
PHP wird nicht interpretiert
-
darkspirit
- Posts: 553
- Joined: 2002-10-05 16:39
- Location: D'dorf
- Contact:
Re: PHP wird nicht interpretiert
LoadModule ist drin?
Re: PHP wird nicht interpretiert
Neue php Version installieren, bis 4.3.4 ist da ein Bug drin.
Ciao
AS-N
Ciao
AS-N