Welcome Guest, Not a member yet? Register   Sign In
Routing problem
#1

[eluser]Unknown[/eluser]
Hello,

Routing problem:

Routes.php:
Code:
$route['krems/(.*)/(.*)'] = 'krems/search/$1/$2';
$route['ru/krems/(.*)/(.*)'] = 'ru/krems/search/$1/$2';

Htaccess
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]

Route .../krems/xx/xx - working just fine
Route .../ru/krems/xx/xx - not working

tried diferent ways, no success...


Messages In This Thread
Routing problem - by El Forum - 08-17-2010, 03:28 AM
Routing problem - by El Forum - 08-17-2010, 07:38 AM
Routing problem - by El Forum - 08-17-2010, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB