Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/12/2009, 11:06
safranero
 
Fecha de Ingreso: enero-2007
Mensajes: 157
Antigüedad: 17 años, 9 meses
Puntos: 2
Respuesta: hacer que un .JS reconosca PHP

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.

Última edición por safranero; 01/12/2009 a las 11:06 Razón: doblepost