Hi all,

I have one project already online and I'm trying to rewrite it using
Symfony, I don't want to edit my existing urls
My current project works with urls like this
www.mydomain.com/en/rest+of+the+url
www.mydomain.com/de/rest+of+the+url
www.mydomain.com/fr/rest+of+the+url
where en,de,fr is the language stored in the cookie 'lang',

I want my symfony project to add one variable behind my index.php or
frontend_dev.php so the urls will look like these
www.mydomain.com/frontend_dev.php/en/rest+of+the+url
www.mydomain.com/index.php/de/rest+of+the+url
www.mydomain.com/frontend_dev.php/fr/rest+of+the+url
and I'll be able to access these language variables in my action

is it possible? thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to