How can I redirect to another module?
return $this->redirect()->toRoute(null, array( \'module\' => \'othermodule\', \'controller\' => \'s
One of the easy ways to redirect is:
return $this->redirect()->toUrl('YOUR_URL');