You have most likely not edited the path to the project configuration
in your front controllers(index/frontend_dev.php)

On Jun 22, 7:30 pm, Christian <chri...@gmail.com> wrote:
> Hi!
>
> my name is christian and i'm new with symfony framework.
>
> I found this step by step 
> tutorial:http://www.symfony-project.org/jobeet/1_2/Propel/it/01
>
> i have troubles during the apache configuration...
>
> this is my httpd.conf
>
> _____________________________________________________________________________
> # Be sure to only have this line once in your
> #configuration
> 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/chris/public_html/jobeet/web"
>   DirectoryIndex index.php
>   <Directory "/home/chris/public_html/jobeet/web">
>     AllowOverride All
>     Allow from All
>   </Directory>
>
>   Alias /sf /home/chris/public_html/jobeet/web/lib/vendor/symfony/data/
> web/sf
>   <Directory "/home/chris/public_html/jobeet/web/lib/vendor/symfony/
> data/web/sf">
>     AllowOverride All
>     Allow from All
>   </Directory>
> </VirtualHost>
> ___________________________________________________________________________
>
> where public_html is my apcahe DocumentRoot in whitch i have a lot of
> directory with different site, but when i put this link in my 
> browser:http://localhost:8080/index.php(as the tutorial say) i can't see
> anything...only a blank page...
>
> can you help me please?
>
> thanks
> Chris

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to