In httpd.conf (nach AddType application/x-tar .tgz):
ScriptAlias /php4/ "c:/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
Action application/x-httpd-php "/php4/php.exe"
Und auch das:
DirectoryIndex index.html index.php
Zum Testen folgende Datei index.php in htdocs speichern:
<?php phpinfo(); ?>
|