Ver Mensaje Individual
  #6 (permalink)  
Antiguo 21/02/2010, 09:59
Avatar de xbx
xbx
 
Fecha de Ingreso: mayo-2008
Ubicación: /home/xbx
Mensajes: 301
Antigüedad: 16 años, 9 meses
Puntos: 11
Respuesta: Dudas zend framework

Cita:
Iniciado por niewpendejo Ver Mensaje
Sigue sin funcionar :tengo el virtual host asi ahora:
<VirtualHost *:80>
ServerName www.quickstart.com
DocumentRoot "C:/Archivos de programa/Apache Software Foundation/Apache2.2/Zend/quickstart/public"
SetEnv APPLICATION_ENV "development"
<Directory "C:/Archivos de programa/Apache Software Foundation/Apache2.2/Zend/quickstart/public">
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
y he puesto la carpeta en la ruta del virtual host y no funciona , sigue saliendo lo mismo , y he reinciado el apache.
Hola,
Copiaste o moviste el directorio?

Saludos,