Thanks for your answer Eno. It works perfectly for the frontend. For the backend tough, it seems quite more complicated.
For those interested, I've seen several solutions : - http://symfony-check.org/permalink/delete-backend-php-from-your-uri - http://forum.symfony-project.org/index.php/m/23976/5598/0///#msg_23976 On 28 mai, 16:33, Eno <[email protected]> wrote: > On Fri, 28 May 2010, John wrote: > > > I'm trying to remove index.php and backend.php from my urls, so that I > > can have : > > -www.example.com/index.php->www.example.com > > -www.example.com/index.php/api/events.xml->www.example.com/api/events.xml > > -www.example.com/backend.php/admin->www.example.com/admin > > > I've uncommented "LoadModule rewrite_module modules/mod_rewrite.so" in > > httpconf and I've got an .htaccess file in the web folder : > > You also need to switch on no_script_name in your app > settings:http://www.symfony-project.org/gentle-introduction/1_4/en/09-Links-an... > > -- -- 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 [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
