When submiting a form, I've got this traces in the logs
Dec 06 14:43:23 symfony [info] {sfFrontWebController} Redirect to "http://example.com, example.com, example.com/myapp/backend_dev.php/post/1/edit"
Dec 06 14:43:23 symfony [info] {sfWebResponse} Send status "HTTP/1.1 302 Found"
Dec 06 14:43:23 symfony [info] {sfWebResponse} Send header "Location: http://example.com, example.com, example.com/myapp/backend_dev.php/post/1/edit"
Dec 06 14:43:23 symfony [info] {sfWebResponse} Send header "Content-Type: text/html; charset=utf-8"
Dec 06 14:43:23 symfony [info] {sfWebResponse} Send content (176 o)
The url displayed in the browser's adsress bar is : http://example.com, example.com, example.com/myapp/index.php/post/new
It is very weird since it works on my station (wampserver 2.0 and PHP 5.2.9).
I have no clues at the moment of the origin of this problem (except it never worked in this new environment - apache/ PHP 5.3).
Thank you in advance for any hint,
Lilian.