On Fri, 12 Sep 2008, Sid Bachtiar wrote:
> Here's how I fixed it:
>
> # we skip all files with .something
> RewriteCond %{REQUEST_URI} \..+$
> RewriteCond %{REQUEST_URI} [EMAIL PROTECTED]
> RewriteCond %{REQUEST_URI} !\.html$
> RewriteRule .* - [L]
>
> So if the URL has a @ in it, it is passed to the controller.
>
> Not sure if this is the ideal solution, but it works for now.
You took the inverse logic to my example but that should work just fine
(unless your routing changes or some other routing exception needs to be
added). You have the right idea and hopefully this thread will be archived
to help others with a similar problem (I see this question appear
regularly on the list).
--
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---