Ver Mensaje Individual
  #5 (permalink)  
Antiguo 08/03/2012, 10:42
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Configurando Zend Framework

Comenta los virtualhosts de ejemplo y tienes que aparte activar el modRewrite en tu httpd.conf, además tienes que agregar el localhost como virtualhost:

Código:
# Localhost
<VirtualHost *:80>
   DocumentRoot "C:/Users/Fran/Documents/Entorno de Programacion/Servers/Apache2.2/htdocs"
   ServerName localhost
</VirtualHost>