Jag har installerat Apache2 utan problem men när jag skulle intstallera PHP så blev det problem,
när jag går in på (t.ex.) http://localhost/filen.php så kommer det upp: "Vill du öppna eller spara den här filen?"
En kille hade samma problem (kanske skulle posta där) men lösningen/lösningarna där funkade inte:
http://www.webforum.nu/showthread.php?s=&forumid=23&threadid=112279&
RazofishMedlem sedan sep. 2000780 inlägg Lägg till följande rad i din httpd.conf mellan <IfModule mod_mime.c> och </IfModule>
AddType application/x-httpd-php .php
btw, välkommen till webForum :bire
ps. bifoga gärna din httpd.conf om det inte fungerar ds.
RazofishMedlem sedan sep. 2000780 inlägg Börja med att radera AddType application/x-httpd-php .php från
<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild 0
[red]AddType application/x-httpd-php .php[/red]
</IfModule>
Sen ska du ändra från
LoadModule php4_module "c:\spel\apache2\php\sapi\php4apache2.dll"
till
LoadModule php4_module "c:/spel/apache2/php/sapi/php4apache2.dll"
Här finns det beskrivet hur man installerar php/apache2 under Windows.
fjarneMedlem sedan feb. 200128 inlägg Vet inte om du redan fixat strulet så...
Här finns lite informativ läsning på svenska...
Mvh / fjarne :bire