Einzelnen Beitrag anzeigen
Alt 19.10.2003, 17:03   #2
Loco
Senior Member
 
Registriert seit: 03.09.2003
Beiträge: 161


Standard

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(); ?>
Loco ist offline   Mit Zitat antworten