Tagged Questions
0
votes
2answers
20k views
Redirect with CodeIgniter
Can anyone tell me why my redirect helper does not work the way I'd expect it to? I'm trying to redirect to the index method of my main controller, but it takes me www.mysite.com/index/provider1/ when ...