Tema: Nuevo en ZF
Ver Mensaje Individual
  #23 (permalink)  
Antiguo 10/04/2011, 08:25
Avatar de carlos_belisario
carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años
Puntos: 461
Respuesta: Nuevo en ZF

yo para comenzar a probar zend segui este tutorial y me salio de maravilla y hasta ahora no he tenido problemas con mis otros proyectos que no han sido realizados con zend, fijate como dejan ellos el virtualhost
Cita:
<VirtualHost *:80>
ServerName localhost
DocumentRoot "C:/xampp/htdocs/"
ServerAdmin admin@localhost
</VirtualHost>

<VirtualHost *:80>
ServerName testzf
DocumentRoot "C:/xampp/htdocs/testzf/public"
SetEnv APPLICATION_ENV "development"

<Directory "C:\xampp\htdocs\testzf\public">
DirectoryIndex index.php
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
si quieres echale un vistaso a ver si te funciona asi, saludos
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way