Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/11/2006, 09:18
zsamer
 
Fecha de Ingreso: noviembre-2003
Mensajes: 798
Antigüedad: 20 años, 5 meses
Puntos: 8
con el archivo htaccess:
Código:
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
php_value include_path "C:/xampp/htdocs/libs/ZendFramework-0.1.5/library"
tu hosting debe tener activado el RewriteEngine de apache.

saludos