Welcome Guest, Not a member yet? Register   Sign In
url shortening and clean urls
#5

[eluser]kkristo[/eluser]
You can do it controller:

if (url_title($this->uri->segment(3)) != url_title($this->data['RealName'])){
redirect( base_url().'article/show/123/'.url_title($this->data['RealName']) ,'location', '301');
}


Messages In This Thread
url shortening and clean urls - by El Forum - 08-06-2010, 02:19 PM
url shortening and clean urls - by El Forum - 08-06-2010, 03:38 PM
url shortening and clean urls - by El Forum - 08-06-2010, 05:07 PM
url shortening and clean urls - by El Forum - 08-07-2010, 11:41 AM
url shortening and clean urls - by El Forum - 08-07-2010, 04:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB