Welcome Guest, Not a member yet? Register   Sign In
why i can't redirect to my controller ?
#2

[eluser]jotorres1[/eluser]
Try using your base_url(), assuming you have it set, and you have loaded URL helper.

Code:
<?php

     $redirect = base_url().'admin/shopping/category';
     redirect($redirect);
?>


Messages In This Thread
why i can't redirect to my controller ? - by El Forum - 09-19-2012, 12:13 AM
why i can't redirect to my controller ? - by El Forum - 09-19-2012, 06:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB