Login Issue for site

GOT

Well-Known Member
#1
I installed Litespeed for a client yesterday and they are reporting that since running, their login functions do not work for their members. I have verified this. When apache is running, end users can log in fine, but with Litespeed running, after logging in, it just takes them back to the home page instead of the member page.

Developers think its some kind of caching issue, however, I did not enable any extra caching in LiteSpeed.

Any idea what I can check/change to make this work?
 

GOT

Well-Known Member
#5
The login is a custom coded application. I'm not clear on what you are asking me to do with the ESI. I do know I tried disabling lscache by putting this in the htaccess:
Code:
<IfModule LiteSpeed>
CacheDisable public /
CacheDisable private /
</IfModule>

And that did not resolve the problem
 
Last edited by a moderator:

GOT

Well-Known Member
#6
They are not currently using the litespeed cache plugin for wordpress. They are using wp-super-cache, but again this is not a problem when running apache
 

Pong

Administrator
Staff member
#7
sound like some redirect after logged-in, can you log a ticket with us by providing tmp root ssh login to the server and steps to produce the issue?
 
Top