får inte php att fungera, har lagt upp min httpd.conf här: http://m1.238.telia.com/~u23802175/httpd.conf
kan nån titta igenom den och se om det finns något fel.
Jag har installerat allt som har med min hemsida på d:
Apache: d:\Apache Group\Apache\
PHP: d:\Apache Group\PHP\
ActivePerl: d:\Apache Group\ActivePerl\
Det funkar bra med sidor i html, men när jag fick upp en sida som visar innehållet på min sida och jag väljer en testfil som jag skrivit för php, så får jag tillslut upp meddelande om att den inte finns?!
test.php:
<?php
echo "Det funkar";
?>
ActivePerl har jag inte testat än.
# for the apache module
LoadModule php4_module d:/Apache Group/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)
ScriptAlias /php4/ "d:/Apache Group/PHP"
Action application/x-httpd-php4 "/php4/php.exe"
AddType application/x-httpd-php4 .php