On Fri, 1 Jan 2010, Shawn wrote: > I have been workin on the jobeet tutorial for a while now and recently > discovered a problem. When i load the site in the production env: > jobeet.server.com the site appears. However if i click on a link it > will take me to jobeet.server.com/jobs/..... this takes me to a page > not found. if i go in and edit the url to: jobeet.server.com/index.php/ > jobs everything works fine. > > I imagine it is looking for a jobs folder rather than passing that URI > to the index.php page
Maybe your production web server is configured to ignore .htaccess files, or you dont have no_script_name switched on in your production symfont config. http://www.symfony-project.org/getting-started/1_2/en/06-Web-Server-Configuration or http://www.symfony-project.org/getting-started/1_2/en/06-Web-Server-Configuration -- -- 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.
