in apache config file look where you added php
it may look similar to this
ScriptAlias /php/ "D:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
change the .php on this line
AddType application/x-httpd-php .php
to whatever or keep the .php and add more extension.