Archive for December, 2008:

Handling URL's with dots in Symfony

Written on December 4th, 2008 by Sumedhno shouts
This is a little off topic… I was trying to make URL’s with dots (.) work in Symfony 1.0 … For example, a URL like this – http://www.example.com/string.with.dots/file.html The problem with Symfony’s default ...