Issue with logging out and current page
I'm just trying to clean up a few issues I have. I'm sure this one is something I have done.
Say you're visiting
http://host/fuel/module/page
If you logout, you are redirected to:
http://host/fuel/page
which immediately gives you a 404.
Any ideas?
Comments
$config['logout_redirect'] = $config['fuel_path'].'login'; // to take you back to the login page instead of the last page you were on
Seems much more sensible outcome when logging out.