[symfony-users] URL's with dots ('.') - lighttpd

2009-05-26 Thread ezequielc
Hi, I am having a problem with dots in urls. When I type a search and my value contains . (dot), I get a 404 error. Sumedh, from this group, solved the problem for apache, using a rewrite condition: RewriteCond %{REQUEST_URI} !\..*/.*$ But I couldn't replicate in lighttpd. Does someone knows

[symfony-users] URL's with dots ('.')

2008-12-03 Thread Sumedh
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