Hello all, I'm developing an application using sf 1.2.0-DEV, running on Apache, where everything works as expected.
When I ported the application to IIS, I added the "path_info_key: HTTP_X_REWRITE_URL" to the settings file, as with earlier versions. Now my routing only works if the url explicitly contains the php script's name. Eg. http://my.domain/index.php/whatever => routes to the correct module/ action, but http://my.domain/whatever => routes to the homepage action (or the '/' route ?), no matter of what 'whatever' is Any help is appreciated in how to solve this, or which sf classes I should look into. Regards, Zoltan Lajos Kis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
