You need to modify your .htaccess to skip routing rules for files
ending .rss
Add : RewriteCond %{REQUEST_URI} !\.rss$
after the line with !\.html$ in it.
On 17 Jun 2008, at 20:28, Centerax wrote:
>
> Hello guys.
>
> I've this problem:
> in my dev environment I can access this url
> www.domain.com/frontend_dev.php/news.rss
> but when I try to go to : www.domain.com/news.rss
> I get 404, I don't know why, this never happened to me.
>
> the Routing rule I have is
> rss:
> url: /news.rss
> param: { module: feed, action: lastNews }
>
> 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
-~----------~----~----~----~------~----~------~--~---