Issue with logging out and current page

edited October 2015 in Share
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

  • Edit your My_fuel.php config file with $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.
  • edited 1:50PM
    That could work except I'm testing how pages look when there is no logged in user. Also, it implies that there's an issue, and I hate sweeping issues under the rug that I don't understand.
Sign In or Register to comment.