Posts Tagged ‘Symfony’

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 ...

Removing META name=title tag in Symfony for SEO

Written on July 20th, 2008 by Sumedh2 shouts
A little technical tip for people who use Symfony framework… The <?php include_metas() ?> call in Symfony includes META tags…there is a tag <META name=”title” in it…which is not the real ...