[Alba-usuario] Re: [symfony-es] Proyecto Symfony

Sanchez Hector hsanchez en pressenter.com.ar
Mie Abr 4 19:26:41 CEST 2007


Umm probá de cambiar esto:
<Directory "C:\aplic\Apache2\htdocs\alba">
         AllowOverride All
         Allow from All
</Directory>

Te paso  mi virtual host.
<VirtualHost *>
        ServerAdmin webmaster at localhost
        ServerName www.alba.local
        ServerAlias alba.local

        DocumentRoot /var/vhosts/educacion
        <Directory />
                Options FollowSymLinks
                AllowOverride All
        </Directory>
        <Directory /var/vhosts/educacion>
                Options Indexes FollowSymLinks MultiViews
                AllowOverride All
                Order allow,deny
                allow from all
        </Directory>
        # Possible values include: debug, info, notice, warn, error, crit,
        # alert, emerg.
        LogLevel warn
        #Alias /sf alba/public_html/web/sf
</VirtualHost>

Saludos..

El Miércoles 04 Abril 2007 12:34, escribió:
> Te comento que aun no me funciona, te envio el segmento de mi virtualhost
>
> <VirtualHost *:80>
>         ServerName alba
>         DocumentRoot "C:\aplic\Apache2\htdocs\alba\alba\web"
>         DirectoryIndex index.php
>         Alias /sf "C:\aplic\php\PEAR\data\symfony\web\sf"
> <Directory "C:\aplic\Apache2\htdocs\alba\alba\web">
>         AllowOverride All
>         Allow from All
> </Directory>
> </VirtualHost>
>
> Mira que tengo algunos pequeñas pruebas con symfony y todos tienen una
> configuracion analoga (solo varia el documentroot)
>
>
> me sigue dando el mismo error:
>
> Not Found
>
> The requested URL /alba/alba/web/index.php was not found on this server.
> Apache/2.0.59 (Win32) PHP/5.2.0 Server at alba Port 80
>
>
> espero vuestra ayuda gracias.

-- 
Sanchez Héctor
www.pressenter.com.ar
jabber: hsanchez at pressenter.com.ar
GnuPG Public Key: 0x9B80648B



Más información sobre la lista de distribución Alba-usuario