Take a look at web/.htaccess. There is a rewriting rule here that catches anything with a dot, and redirectis it to symfony only if what's after the dot is 'php'. Try changing this rule (but beware that it may mean that symfony is called even for .js, .css and .jpg files...).
cheers, François 2008/9/11 Dmitry Nesteruk <[EMAIL PROTECTED]>: > I have same problem, but I dont know how fix it > > 2008/9/11 Sid Bachtiar <[EMAIL PROTECTED]> >> >> Hi, >> >> I need to pass email in symfony url as parameter, for example: >> >> http://mysite.com/module/action/email/[EMAIL PROTECTED] >> >> But the dot before 'com' seems to be causing problem. >> >> How do I escape dot in symfony url? >> >> Cheers, >> >> Sid >> >> -- >> Visit my website: http://onlinesid.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 -~----------~----~----~----~------~----~------~--~---
