On Thu, 29 Oct 2009, codersmarket wrote: > > I have installed symfony and I am trying to access the webserver. > > I go to my domain and it asks me to download a file instead of showing > me anything > > the popup says: > > You have chosen to open > > which is a: application/x-httpd-php > > > Any ideas? > > I download the file and open it and all it says is > > dispatch(); > > the only warning i got from check_configuration.php > > was a warning about not having a php accelerator installed.
Your web server is not configured to handle PHP files. If you're using Apache: http://www.php.net/manual/en/install.unix.apache2.php -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
