[symfony-users] Re: How to allow periods (.) in tags/urls

2008-09-05 Thread danielwinter
I had a similar problem with email addresses being passed in the url - the quick fix was to comment out the RewriteRule .* - [L] line in .htaccess and then al went well... RewriteRule .* - [L] On Sep 3, 10:34 pm, gunnarlium <[EMAIL PROTECTED]> wrote: > Hi! > > I have a url like "/music/tags/m

[symfony-users] Re: How to allow periods (.) in tags/urls

2008-09-04 Thread Gunnar Lium
2008/9/4 Eno <[EMAIL PROTECTED]> > > On Sep 3, 8:34 am, gunnarlium <[EMAIL PROTECTED]> wrote: > > > I have a url like "/music/tags/mr.music". "mr.music" should be > > accessible from $requst->getParameter('tags'). > > > > Instead, I get a 404 error. I assume this is because the rewriting > > rules

[symfony-users] Re: How to allow periods (.) in tags/urls

2008-09-04 Thread Eno
On Sep 3, 8:34 am, gunnarlium <[EMAIL PROTECTED]> wrote: > I have a url like "/music/tags/mr.music". "mr.music" should be > accessible from $requst->getParameter('tags'). > > Instead, I get a 404 error. I assume this is because the rewriting > rules by default makes any url containing periods byp