For Apache, I am not sure if it will work, but in AddType, did you add the PHP?
If not, add the foolwing code:
Quote:
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .phtml .php .php3 .php4
AddType application/x-httpd-php-source .phps
ScriptAlias /php/ "c:/php?"
Action application/x-httpd-php "/php/php.exe"
|
Add the part in the red