Ver Mensaje Individual
  #10 (permalink)  
Antiguo 14/08/2010, 14:20
Brahyam
 
Fecha de Ingreso: enero-2005
Mensajes: 122
Antigüedad: 19 años, 3 meses
Puntos: 2
Respuesta: Problema de direccionamiento con Zend

Hola, haciendolo directamente como me dices si funciona, mi .httacces tengo esto:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

en el apache2.conf el htaccess esta asi:

AccessFileName .htaccess

esta descomentado esa linea