tobi: PHP funktioniert nicht

Beitrag lesen

hallo david,
das problem kommt mir bekannt vor.
die lösung war bei mir, php als sapi zu starten

die entsprechende zeile in der httpd-conf lautet dann:

LoadModule php4_module c:/php/sapi/php4apache.dll
   AddModule mod_php4.c
   AddType application/x-httpd-php .php

anstatt:

ScriptAlias /php/ c:/php/
   AddType application/x-httpd-php .php
   Action application/x-httpd-php /php/php.exe

allerdings musst du noch dafür sorgen, daß die angegebene dll im entsprechenden verzeichnis auch zu finden ist.

probier das mal aus!

schöne grüße, t.