Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/02/2011, 09:54
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Respuesta: Incluir javascript en vista

Lo mejor en esos casos es usar algo así:
Código:
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
Con eso haces un whitelist de los archivos que sí existan físicamente, todo lo demás se manda al index.php.