Skip to main content

Home/ foograde/ Group items tagged apache2

Rss Feed Group items tagged

Adán Muguiro

Configuración de Apache para un sitio con Symfony - 2 views

  • NameVirtualHost 127.0.0.1:8080 # This is the configuration for your project Listen 127.0.0.1:8080 <VirtualHost 127.0.0.1:8080> DocumentRoot "/home/sfproject/web" DirectoryIndex index.php <Directory "/home/sfproject/web"> AllowOverride All Allow from All </Directory> Alias /sf /home/sfproject/lib/vendor/symfony/data/web/sf <Directory "/home/sfproject/lib/vendor/symfony/data/web/sf"> AllowOverride All Allow from All </Directory> </VirtualHost>
  •  
    Lo que debería ir en /etc/apache2/httpd.conf
1 - 1 of 1
Showing 20 items per page