Did you try accessing http://localhost:8080/frontend_dev.php to see if any errors come up in the dev environment?
2008/12/9 blue92877 <[EMAIL PROTECTED]> > > Hello - I am using windows vista. I am brand new to symfony and am > trying to learn it via the Jobeet tutorial. I can't get past Day 1. > I have installed everything exactly like the tutorial says and changed > my apache file to look for the project under 'localhost:8080/ > index.php' > > No matter what, I get a blank page when I try to access index.php. > There are no php errors. There are no errors in the Apache error log. > > Here is my apache addendum to see just in case I made an error. > > # Be sure to only have this line once in your configuration > NameVirtualHost 127.0.0.1:8080 > > # This is the configuration for Jobeet > Listen 127.0.0.1:8080 > > <VirtualHost 127.0.0.1:8080> > DocumentRoot "c:\development\sfprojects\jobeet\web" > DirectoryIndex index.php > <Directory "c:\development\sfprojects\jobeet\web"> > AllowOverride All > Allow from All > </Directory> > > Alias /sf "c:\development\sfprojects\jobeet\lib\vendor\symfony\data > \web\sf" > <Directory "c:\development\sfprojects\jobeet\lib\vendor\symfony\data > \web\sf"> > AllowOverride All > Allow from All > </Directory> > </VirtualHost> > > > Any thoughts? > > Thanks, > Blue > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
