On Mon, 19 Jul 2010, Mspozzato wrote: > Help me, because I'm newer in Symfony and PHP. And, unfortunatelly, I > cannot run the first home page after configurations: > http://www.jobeet.com.localhost/index.php/ > The web browser returns messages like "Cannot find server" or "Cannot > be found".
Means DNS lookup for www.jobeet.com.localhost failed. NOTE: the Jobeet tutorial talks about jobeet.localhost, not www.jobeet.com.localhost. Whatever hostname you decide needs to be resolvable in DNS. > I've started on reading the Tutorial "Practical Symfony, Day 1: > Starting up the project". All the instructions were checked, but those > about Web Server Configuration I think isn't good. You need to add that domain to your hosts file so the name can be translated into an IP. In Windows, the file is \WINDOWS\System32\drivers\etc\hosts It tells you in the docs: http://www.symfony-project.org/jobeet/1_4/Doctrine/en/01#chapter_01_sub_web_server_configuration -- A -- 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 [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
