Welcome Guest, Not a member yet? Register   Sign In
Url routes to greek
#1

I am trying to set in my Url-Uri Greek chars (for SEO purposes). 
I am a new member and I started to learn for version 2.2.6. 

So far this works: 

$apartment = urlencode('διαμερίσματα');
$wild = '/(:num)';
$wildsecond = '/(:any)';
....
$route[$apartment] = 'page/apartments'; //works
$route[$apartment.$wild.$wildsecond] = 'page/apartment/$1/$2'; // not working

Also I tried to change config file to this:

$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-'.
   'αάβγδεέξηήθιίϊκλμνξοόπρσςτυύϋφχψωώ'.
   'ΑΆΒΓΔΕΈΖΗΉΘΙΊΪΚΛΜΝΞΟΌΠΡΣΤΥΎΫΦΧΨΩΏ';

But it didn't work so far for the route of wildcards. 
WHAT can I do?
Reply


Messages In This Thread
Url routes to greek - by vasilisgreece - 05-05-2017, 10:44 AM
RE: Url routes to greek - by Rufnex - 05-05-2017, 01:49 PM
RE: Url routes to greek - by vasilisgreece - 05-06-2017, 01:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB