Welcome Guest, Not a member yet? Register   Sign In
Friendly URL with i18n
#1

Hello,
Need help setting up routes.
I use i18n multi language routes look like this:
PHP Code:
$route['^(de|en)/(.+)$'] = "$2";
$route['^(de|en)$'] = $route['default_controller']; 
I have address:
Code:
en/articles/category/category-name
and I would need
Code:
en/category/category-name
of doing this?

Sorry for my bad English, and thank you in advance
Reply
#2

(This post was last modified: 03-16-2015, 01:13 AM by ngangchill.)

read this,

http://avenir.ro/create-cms-using-codeig...deigniter/


there are some posts to make multilang site
Reply




Theme © iAndrew 2016 - Forum software by © MyBB