hey... ja kör apache 1.3.24 / php 4.2 / windowsXp.
jag tror ja har confat alla filer rätt...
httpd.conf / c:\windows\php.ini
men jag får en 404 page not found när ja försöker gå in på en PHP sida... ja kör html sidor utan problem :.: http://pr0.mine.nu :.: men när det är en .php sida så fuckar det sig =/
la även in dessa raderna i httpd.conf
---------------»
#for the apache module
LoadModule php4_module c:/PHP/sapi/php4apache.dll
AddType application/x-httpd-php .php4
#for the cgi binary (you can use that one compiled with force cgi redirect too)
criptAlias /php4/ "C:/PHP"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php
«---------------
plz nån hjälp mig ;P