Hallo,
meine PHP-Scripte werde nicht ausgeführe sondern immer zum Download
angeboten, woran mag das liegen?
System:
Debian Woddy, Apache, PHP4
httpd.conf:
LoadModule php4_module libexec/libphp4.so ist vorhanden
AddModule mod_php4.c auch
<IfModule mod_dir.c>
DirectoryIndex index.asis index.html index.htm index.php index.pl
index.py
</IfModule>
<IfModule mod_php4.c>
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php-source .phps
</IfModule>
