3.10 creataing contents, url and specials characters problem

3.10 creataing contents, url and specials characters problem

Thursday 24 January 2008 6:47:02 am - 3 replies

Author Message

laurent le cadet

Thursday 24 January 2008 6:58:48 am

I find that :

[URLTranslator]
TransformationGroup=urlalias

Is it the best solution?

Laurent

Stéphane Bullier

Friday 25 January 2008 9:31:37 am

Hello Laurent,

You have to create the file settings/override/transform.ini.append.php

[Transformation]
Groups[]=lower_uri
 
[lower_uri]
Extensions[]
Commands[]
Commands[]=normalize
Commands[]=transform
Commands[]=decompose
Commands[]=transliterate
Commands[]=diacritical
Commands[]=lowercase
Commands[]=url_cleanup

In your settings/override/site.ini.append.php

[URLTranslator]
TransformationGroup=lower_uri

After you run :

php bin/php/updateniceurls.php -s <your_site_access>

Learn more : http://www.frefred.fr/blog/ezpublish_3_10_et_les_urls

Stéphane

laurent le cadet

Sunday 27 January 2008 11:41:11 pm

Merci Stéphane.

A clear explanation.

Best regards.

Laurent

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.