Welcome Guest, Not a member yet? Register   Sign In
redirect()->to() problem on IE
#6

Try this, it's how I do it.

PHP Code:
$routes->get('dashboard''Dashboard::index', ['filter' => 'auth''as' => 'dashboard']);

return 
redirect()->to('dashboard'); 

Let us know if it works.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
redirect()->to() problem on IE - by anishvm - 12-10-2021, 04:16 AM
RE: redirect()->to() problem on IE - by kenjis - 12-10-2021, 10:46 PM
RE: redirect()->to() problem on IE - by anishvm - 12-12-2021, 09:03 PM
RE: redirect()->to() problem on IE - by InsiteFX - 12-11-2021, 02:40 AM
RE: redirect()->to() problem on IE - by anishvm - 12-12-2021, 09:08 PM
RE: redirect()->to() problem on IE - by InsiteFX - 12-13-2021, 02:05 AM
RE: redirect()->to() problem on IE - by anishvm - 12-13-2021, 02:29 AM
RE: redirect()->to() problem on IE - by InsiteFX - 12-14-2021, 02:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB