New Zenner
- Join Date:
- Jul 2009
- Posts:
- 6
- Plugin Contributions:
- 0
Simple SEO URL (OLD version) [support thread]
Hi yellow1912,
I used to have the same problem as planatgenet reset alias cache and reset all cache solve the problem but I had another problem that if I enable "Set default language identifier" it rewrite over and over and firefox stop the connection and my url look like this https://www.mydomain.com/fr/fr/fr/my-cat/my-product
I try your solution with local.config.php doesn't work at all, so I've modified the code of config.php in the language array
now it's look like this
'languages' => array( 'default' => 'default',
'en' => 'default',
'fr' => 'fr')
and it's works fine, the only problem is for the home link, the default language of my zen is in french and when I click on english, the same page became in english for now everything normal but if I click on "Home" it go back to the french welcome page and not to the english one.
I think it's just something to modify but what that is the question...
Here my configuration
Zen:1.3.8a
SSU:Beta 3.6.7
And here my replace characters with a lot of characters for lazy people like me :D
$french = array("À","Á","Â","Ã","Ä","Å","Ç","È","É","Ê","Ë","Ì","Í","Î","Ï","Ò","Ó","Ô","Õ","Ö","Ù","Ú","Û","Ü","Ý","à","á","â","ã","ä","å","ç","è","é","ê","ë","ì","í","î","ï","ð","ò","ó","ô","õ","ö","ù","ú","û","ü","ý","ÿ");
$translit = array("a","a","a","a","a","a","c","e","e","e","e","i","i","i","i","o","o","o","o","o","u","u","u","u","y","a","a","a","a","a","a","c","e","e","e","e","i","i","i","i","o","o","o","o","o","o","u","u","u","u","y","y");
I know not every characters are there but it's a good start I think :smile: