
Bug: Unable to logout on Ubuntu servers with sef turned on
Reported by neryo | December 20th, 2011 @ 10:01 AM
hi
i'm running on 2.0.2 and there's a logout problem.. I tried to
logout but it doesn't work with any browsers. i tried to disable
SEF and it works fine..
Comments and changes to this ticket
-
dleffler December 20th, 2011 @ 01:02 PM
- Tag set to login
- Assigned user cleared.
Is this using the 'user' menu and the log out item?
-
-
dleffler January 29th, 2012 @ 04:49 AM
- Assigned user changed from expNinja to dleffler
- Milestone set to 2.0.5
- Milestone order changed from 83 to 0
-
dleffler February 3rd, 2012 @ 02:28 PM
- Assigned user cleared.
-
dleffler February 25th, 2012 @ 02:12 AM
- Milestone changed from 2.0.5 to 2.0.6
- Milestone order changed from 10 to 0
-
dleffler March 27th, 2012 @ 05:54 PM
- State changed from new to wontfix
Unable to reproduce locally
-
okapi November 26th, 2012 @ 08:48 PM
Hi,
i'm having exactly the same problem with exponent 2.1.0. As long as search engine friendly URLs are enabled, i cannot logout any more. Maybe it's due to open_basedir restriction? My host doesn't allow to disable it. -
dleffler March 20th, 2013 @ 06:59 PM
- Title changed from logout problem to Bug: Unable to logout on Ubuntu servers with sef turned on
- State changed from wontfix to open
- Milestone changed from 2.0.6 to 2.1.4
We'll reopen this ticket. It seems to occur on Ubuntu based servers and appears to be the result of EVERY time you place /login onto the url it get routed to login.php. The immediate fix to log off is to use the url
http://mysite.org/index.php?controller=login&action=logout
-
dleffler March 22nd, 2013 @ 09:30 PM
- Assigned user set to expNinja
FWIW, we're tracking down some solutions, ref this discussion about the issue http://stackoverflow.com/questions/7666487/how-to-prevent-apache-mo...
- the first fix is to add 'Options -MultiViews' to the top of the main .htaccess file
- the quick fix is to rename login.php to something like logmein.php
- the better fix will be to add a rule to .htaccess which will take a request for siteurl/login.php and route it /login/showLogin/
-
expNinja March 27th, 2013 @ 08:35 PM
- State changed from open to resolved
(from [a6f7670f488cb486a351da8de7bcf30243aea809]) Fixes Bug: Unable to logout on Ubuntu servers with sef turned on, by replacing login.php with a .htaccess rule [#449 state:resolved] https://github.com/exponentcms/exponent-cms/commit/a6f7670f488cb486...
-
expNinja March 27th, 2013 @ 08:43 PM
(from [f5f1cc62d842004c7cee73b722be399ea55c0ffb]) Fixes Bug: Unable to logout on Ubuntu servers with sef turned on, by replacing login.php with a .htaccess rule #449 state:resolved https://github.com/exponentcms/exponent-cms/commit/f5f1cc62d842004c...
-
dleffler March 28th, 2013 @ 01:08 AM
- State changed from resolved to knownissue
- Assigned user cleared.
- Milestone cleared.
Actually we had to reverse this...best fix is to rename login.php to logmein.php in that installation
-
-
-
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Tags
Referenced by
-
476 Bug: FIle uploads set to 000 permission Might be best to move this 'logout' conversation over to ...