if its useful please share your mistake
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send e
Got it working...
Some foolish mistake from my side... :|
On Feb 20, 10:39 am, Sumedh wrote:
> Actually I tried with and without [L] ...it doesn't work either way...
>
> On Feb 19, 5:53 pm, noel guilbert wrote:
>
> > Hello,
>
> > I think you missed the "[L]" flag at the end of your rule:
>
> >
Actually I tried with and without [L] ...it doesn't work either way...
On Feb 19, 5:53 pm, noel guilbert wrote:
> Hello,
>
> I think you missed the "[L]" flag at the end of your rule:
>
> RewriteRule ^(scripts|css|images)/(.+)\.(.+)\.(js|css|jpg|gif|png)$ [L]
>
>
>
> On Thu, Feb 19, 2009 at 1:4
Hello,
I think you missed the "[L]" flag at the end of your rule:
RewriteRule ^(scripts|css|images)/(.+)\.(.+)\.(js|css|jpg|gif|png)$ [L]
On Thu, Feb 19, 2009 at 1:47 PM, Sumedh wrote:
>
> Hi Friends,
>
> I am trying to implement versioning to my resource files as give here
> -
> http://part