View Single Post
Hmm..

Jeg fikk riktignok ikke PHP-installeren til å funke skikkelig (fant ikke apache), men mulig det funker hos deg. (Jeg kjører w2k).

Hvis du ikke får det til, legg til disse linjene manuelt i httpd.conf fila di:

ScriptAlias /php4/ "C:/php/"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php
AddType application/x-httpd-php4 .php3
AddType application/x-httpd-php4 .phtml

Også søker du etter "DirectoryIndex" i httpd.conf og bytter ut

DirectoryIndex index.html

med

DirectoryIndex index.php index.php3 index.phtml index.html

Da funket alt bra!

[ 01-05-2001: Message edited by: dephic ]