Welcome Guest, Not a member yet? Register   Sign In
Redirect from news/admin to admin/news
#1

[eluser]Evollution[/eluser]
Redirect from news/admin to admin/news ?! my routes :

$route['admin/([a-zA-Z_-]+)/(:any)'] = '$1/admin/$2';
$route['admin/login'] = 'admin/login';
$route['admin/logout'] = 'admin/logout';
$route['admin/([a-zA-Z_-]+)'] = '$1/admin/index';
$route['admin'] = 'admin';
#2

[eluser]gvillavizar[/eluser]
[quote author="Evollution" date="1300982522"]Redirect from news/admin to admin/news ?! my routes :

$route['admin/([a-zA-Z_-]+)/(:any)'] = '$1/admin/$2';
$route['admin/login'] = 'admin/login';
$route['admin/logout'] = 'admin/logout';
$route['admin/([a-zA-Z_-]+)'] = '$1/admin/index';
$route['admin'] = 'admin';[/quote]

Can you please be a little more specific?

What you mean to redirect? There is a differente in redirect and route, as a redirection is when the browser moves to the redirected location and a route is when the program looks in a specific location while retaining the current url.

Are you getting any error? Your routes looks good to me.




Theme © iAndrew 2016 - Forum software by © MyBB