![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/02/2010, 18:50
|
| | Fecha de Ingreso: agosto-2009
Mensajes: 138
Antigüedad: 15 años, 6 meses Puntos: 0 | |
Respuesta: Dudas zend framework 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. |