Du behöver lägga till följander rader till httpd.conf (Om du använder Apach för Win32)
ScriptAlias /php/" c:/path-to-php-dir/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Starta sedan om Apache och sedan ska den kunna läsa php filer korrekt