Hi. How to do a redirect on a url with a fragment? example 'https://test.com/main#test'
return $this->response->redirect(array('for' => 'main'));
Hi. How to do a redirect on a url with a fragment? example 'https://test.com/main#test'
return $this->response->redirect(array('for' => 'main'));