The problem is solved, it was because of another thing.

I'm avoiding special characters for static routes, these are search
urls, so I must maintain some special characters... and symfony
manages them correctly.

Thanks anyway.


On Jul 25, 11:53 pm, Ben Bieker <[email protected]> wrote:
> 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_obj...
>
> most likely your urls will break becuase of the rewriting that has to be
> done with the .htaccess I think.
> AFAIK apache cannot handle these characters...
>
> Greetings
> Ben
>
> Am 20.07.2010 12:14, schrieb 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, it works perfectly!!
>
> >http://www.example.com/index.php/s/all-site/camión
>
> > Could this be related to .htaccess?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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

Reply via email to