I've had problems with funny URLs before...
You can solve it a few ways, base64 encoding sometimes works, but that
sometimes products URLs with /'s in, which also break routing rules.
Look in the PHP manual for 2 way encoding/decoding functions, and
choose one that works for you...
On 3 Dec 2008, at 11:25, Sumedh wrote:
>
> Hi Friends,
>
> How is one supposed to handle a URL having a dot ('.')?
>
> For example, http://www.example.com/string.with.dots/file.html
>
> The urlencode() function from PHP doesn't handle dots...and the
> routing rules break for these kind of URL's...
>
> So, how should they be taken care of? Is there some standardized way
> that everyone uses?
>
> - Thanks in advance,
> Sumedh
> >
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---