Hallo,
habe den php-4.4.4-installer.exe unter C:/usr installiert, da kam der Hinweis, das die Apache http-conf. nicht automatisch eingrichtet wird. Was muss da getan werden?
User since
2003-08-04
2536
Artikel
ModeratorIn
da muss das modul noch geladen werden, zB
LoadModule php4_module c:/usr/sapi/php4apache.dll
oder wo die halt liegt (für apache2 dann php4apache2.dll)
und dann noch weiter unten ein
AddType application/x-httpd-php .php
in die httpd.conf
User since
2005-08-17
1420
Artikel
BenutzerIn
Bei Google oder in der PHP-Doku sollte es dazu sicher einiges an Infos geben ;)
User since
2005-01-17
14790
Artikel
Admin1
Und es sollte im Apache-Verzeichnis eine php.ini liegen.