Hi,
I have the same issue.
How did you resolve this issue.

THX,
Cristian

On Jan 14, 10:23 pm, naholyr <[EMAIL PROTECTED]> wrote:
> But if you do this way, what if a user has a name ending with ".jpg" ?
> The issue is still not resolved :(
> If you URLEncode the dot, what happens ?
>
> On 14 jan, 19:54, Sylvain Gourvil <[EMAIL PROTECTED]> wrote:
>
> > Ok, I'll understand what you said about the extension. It is so simple
> > ^^
> > Thanks, I'll try it soon
>
> > On 10 jan, 13:45, "Carsten Schumann" <[EMAIL PROTECTED]>
> > wrote:
>
> > > Hi Sylvain,
>
> > > the reason for the strange behavior is a bypassing rule in the .htaccess
> > > file in your PROJECT/web directory. The rule prvents images and other 
> > > files
> > > (such as .html) to be passed through the symfony framework.
>
> > > If you are not using "the superfast cache" (see book) and if you are only
> > > bypassing files with known extensions, you can alter the bypassing rule to
> > > your needs. Otherwise you have to replace the dots in the url by some 
> > > other
> > > character.
>
> > > Carsten
>
> > > On Jan 10, 2008 11:37 AM, Sylvain Gourvil <[EMAIL PROTECTED]> wrote:
>
> > > > Hello everyvody,
>
> > > > Users of my website could search for members and dots are allowed in
> > > > keywords box.
> > > > The serach is ok because it is post datas.
>
> > > > When serach results are displayed, members links contains search
> > > > parameters in order to be able to come back to search later...
>
> > > > When creating this member link with link_to and adding serch
> > > > parameter, URL is
> > > >http://www.mydomain.dev/member/single/id/78/.../keyword/search.for.do...
>
> > > > The htaccess is detecing that a file is called because of dots.
> > > > I could have put parameters in session but it is too late. I do it now
> > > > for new symfony website.
> > > > I could write link without link_to ==>
> > > >http://www.mydomain.dev/member/single?id=78&...&keyword=search.for.dots&;.
> > > > ..
> > > > but it is not symfony using.
>
> > > > I am sure not to be the only one to have this stuff or I missed
> > > > something.
>
> > > > Is there a way to configure link_to (I do not think so) or I am sure
> > > > htaccess could changed to accept this. But I did not succed.
>
> > > > See you.
--~--~---------~--~----~------------~-------~--~----~
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 email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to