Re: [symfony-users] URL with accents

2010-07-25 Thread Ben Bieker
Hi, using accents is a very bad idea! You should generate slugs without special characters like in the Jobeet Tutorial: http://www.symfony-project.org/jobeet/1_4/Propel/en/05#chapter_05_object_route_class most likely your urls will break becuase of the rewriting that has to be done with the .hta

[symfony-users] URL with accents

2010-07-20 Thread HiDDeN
I have this URL that works well (camion means truck in spanish): http://www.example.com/s/all-site/camion But if I add an accent to the word, it will not work (it doesn't find the route, so it gives a 404 error): http://www.example.com/s/all-site/camiĆ³n It's strange, because if I add index.php,