En el httpd.conf busca algo así
Código:
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
</IfModule>
y añade el tipo .wii o el que quieras y prueba a ver si va... debería quedar así
Código:
<IfModule mod_php5.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .wii
</IfModule>
Edito:
Perdon por el doble post.