On Tue, 16 Feb 2010, Arthur Ccube wrote:

> I am new to symfony. Anyway, I find it easy to follow the jobeet
> tutorial using Nginx (instead of Apache).
> 
> However, I have a problem in the Day 3 jobeet actions.
> 
> http://www.symfony-project.org/jobeet/1_4/Doctrine/en/03
> 
> All the links created in the index, edit, show becomes "job/job" and I
> got a 404 error if I follow the links when I typed the follows in
> browsers:
> http://localhost.localdomain/frontend_dev.php/job
> 
> but not if the links changed to:
> http://localhost.localdomain/job
> 
> I googled it and find it should be related to the AllowOveride All
> setting in Apache. However, how to set it up in Nginx?

symfony uses Apache's mod_rewrite module to route incoming URLs. Im 
guessing you probably need to replicate this in nginx.


http://tinyurl.com/yaqc8xc



-- 


-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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