Welcome Guest, Not a member yet? Register   Sign In
Records and array in the view
#9

[eluser]henry178[/eluser]
[quote author="InsiteFX" date="1301594927"]From the looks of it, it looks like your language is adding the & or your routes.php
what is this set to in application/config/config.php ?
Code:
$config['uri_protocol']    = 'AUTO';

InsiteFX[/quote]

this is my:

$config['uri_protocol'] = 'AUTO';

the same.... Sad


My routes:

$route['default_controller'] = "home/en";
$route['404_override'] = '';


// URI like '/en/about' -> use controller 'about'
//$route['^fr/(.+)$'] = "$1";
//$route['^en/(.+)$'] = "$1";

// '/en' and '/fr' URIs -> use default controller
//$route['^fr$'] = $route['default_controller'];
//$route['^en$'] = $route['default_controller'];

$route['en'] = "home/en";
$route['en/agriturismi'] = "home/en/";
$route['en/agriturismi/([a-z]+)'] = "home/en/$1";


Messages In This Thread
Records and array in the view - by El Forum - 03-30-2011, 08:36 AM
Records and array in the view - by El Forum - 03-30-2011, 08:56 AM
Records and array in the view - by El Forum - 03-30-2011, 08:59 AM
Records and array in the view - by El Forum - 03-30-2011, 09:38 AM
Records and array in the view - by El Forum - 03-30-2011, 11:44 AM
Records and array in the view - by El Forum - 03-31-2011, 04:16 AM
Records and array in the view - by El Forum - 03-31-2011, 04:30 AM
Records and array in the view - by El Forum - 03-31-2011, 07:08 AM
Records and array in the view - by El Forum - 03-31-2011, 07:16 AM
Records and array in the view - by El Forum - 03-31-2011, 07:40 AM
Records and array in the view - by El Forum - 03-31-2011, 08:07 AM
Records and array in the view - by El Forum - 03-31-2011, 08:37 AM
Records and array in the view - by El Forum - 03-31-2011, 09:22 AM
Records and array in the view - by El Forum - 03-31-2011, 10:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB