Hello everybody! I have a problem in my prod server. All my post requests don't work because of the URL rewriting. Indeed, when I submit a form, I have an error page whereas if I add "/ index.php/" in the route of the action called when I submit, it works. I don't know why I have this problem because I tried a lot of things in my htaccess in vain. Normally it should work with RewriteRule ^(.*)$ /index.php [QSA,L] shouldn't it?
Someone knows what could be the problem? Thank you so much :) Stéphane -- 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 symfony-users@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