Login Loop Problem
-
Hi,
I desperately need help to fix login/redirect loop on my website that not being resolved more than a week. My website is Arkademi.com where the user has to login to see the class content. Everytime the user logging in (with user ID or social media account), login not succeded. LOGIN button still there. User has to move to another page to succeded and the Login button changed to their account.I have uninstalled W3 total cache and disconnected from Cloudflare. Not fixed. So I assume the culprit is my server hosting cache. Hosting provider told me they are caching the server and askd me to install Litespeed Cache Plugin. I did what they asked. But the problem persists. Please visit my website above and give a try.
Please tell me what exactly my problem is and how to fix it. Thank you.
This is my Litespeed setting:
GENERAL
Enable LiteSpeed Cache: ONCACHE
Cache Logged-in Users: OFF
Cache Commenters: ON
Cache REST API: ON
Cache Login Page: ON
Cache favicon.ico: ON
Cache PHP Resources: ON
Cache Mobile: OFF
Browser Cache: OFFCDN
Enable CDC: OFFESI
Enable ESI: OFFMy httaccess
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule min/\w+\.(css|js) – [E=cache-control:no-vary]### marker CACHE RESOURCE start ###
RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php – [E=cache-control:max-age=3600]
### marker CACHE RESOURCE end ###### marker FAVICON start ###
RewriteRule favicon\.ico$ – [E=cache-control:max-age=86400]
### marker FAVICON end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The page I need help with: [log in to see the link]
The topic ‘Login Loop Problem’ is closed to new replies.