[symfony-users] Re: Need help with Apache Rewrite rule...

2009-02-20 Thread shahin
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

[symfony-users] Re: Need help with Apache Rewrite rule...

2009-02-19 Thread Sumedh
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: > > >

[symfony-users] Re: Need help with Apache Rewrite rule...

2009-02-19 Thread Sumedh
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

[symfony-users] Re: Need help with Apache Rewrite rule...

2009-02-19 Thread noel guilbert
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