Tema: Nuevo en ZF
Ver Mensaje Individual
  #25 (permalink)  
Antiguo 20/05/2011, 20:47
Avatar de HiToGoRoShi
HiToGoRoShi
 
Fecha de Ingreso: abril-2008
Mensajes: 849
Antigüedad: 16 años
Puntos: 31
Respuesta: Nuevo en ZF

amigos que tal, no puedo separar el zframework de mis otros proyectos

Aqui el archivo localhost
Cita:
127.0.0.1 peruguitar
127.0.0.1 localhost
Y aqui mi apache

Código Apache:
Ver original
  1. <VirtualHost *:80>
  2.    DocumentRoot "C:/Archivos de programa/Zend/Apache2/htdocs/peruguitar/public"
  3.    ServerName peruguitar
  4.  
  5.    # This should be omitted in the production environment
  6.    SetEnv APPLICATION_ENV development
  7.    
  8.    <Directory "C:/Archivos de programa/Zend/Apache2/htdocs/peruguitar/public">
  9.        Options Indexes MultiViews FollowSymLinks
  10.        AllowOverride All
  11.        Order allow,deny
  12.        Allow from all
  13.    </Directory>
  14.    
  15. </VirtualHost>
  16.  
  17. <VirtualHost *:80>
  18.     ServerName localhost
  19.     DocumentRoot "C:/Archivos de programa/Zend/Apache2/htdocs"
  20.     ServerAdmin admin@localhost
  21. </VirtualHost>

Cuando escribo peruguitar abre el proyecto que tengo regsitrado ahi con el zframework, ahi vamos bien... pero cuando abro localhost tambien abre el proyecto de ZF, lo cual esta mal porque no puedo abrir mis otos proyectos