Hello, I want to redirect to mysite.com/ but all I get to do when I redirect is get to mysite.com/index. How can I make it appear the way I want?
return $this->response->redirect('index');
Thanks so much.
Hello, I want to redirect to mysite.com/ but all I get to do when I redirect is get to mysite.com/index. How can I make it appear the way I want?
return $this->response->redirect('index');
Thanks so much.