Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter redirect problem
#5

[eluser]Georgi Budinov[/eluser]
Guys he wants something else ... He managed to remove the index.php already ...

@Aerospace

Paste this in the constructor of your home controller and should be ok

Code:
if($this->uri->total_segments()==1)
{
    $this->load->helper('url');
    redirect(current_url().'/index');
}


Messages In This Thread
CodeIgniter redirect problem - by El Forum - 08-13-2010, 07:03 AM
CodeIgniter redirect problem - by El Forum - 08-13-2010, 08:30 AM
CodeIgniter redirect problem - by El Forum - 08-13-2010, 08:31 AM
CodeIgniter redirect problem - by El Forum - 08-13-2010, 08:41 AM
CodeIgniter redirect problem - by El Forum - 08-13-2010, 09:27 AM
CodeIgniter redirect problem - by El Forum - 08-13-2010, 10:31 AM
CodeIgniter redirect problem - by El Forum - 08-14-2010, 07:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB