Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/03/2014, 17:18
Avatar de hhs
hhs
Colaborador
 
Fecha de Ingreso: junio-2013
Ubicación: México
Mensajes: 2.995
Antigüedad: 11 años, 5 meses
Puntos: 379
Respuesta: Problemas de instalación con Symfony

Cita:
Iniciado por juanchiy2k Ver Mensaje
Hola gente.
Estoy estudiando Symfony2 del libro de Javier Eguíluz. Sigo las instrucciones como indica [URL="https://github.com/javiereguiluz/Cupon"]aquí[/URL], pero cuando termino me sale la página en blanco. Mi VirtualHost es:
Código Apache:
Ver original
  1. <VirtualHost *:80>
  2.     ServerName cupon.local
  3.     DirectoryIndex app.php
  4.     DocumentRoot "/home/juan/Proyectos/cupon/web"
  5.    
  6.     <Directory "/home/juan/Proyectos/cupon/web">
  7.         AllowOverride All
  8.         Allow from All
  9.     </Directory>
  10. </VirtualHost>

Después creé el enlace simbólico a sites-enabled y agregué al archivo host la línea 127.0.0.1 cupon.local. También borré la cache de desarrollo y la de producción.

Saludos
que version de apache estas usando ??
__________________
Saludos
About me
Laraveles
A class should have only one reason to change.