I activate LiteSpeed Cache by adding the followng lines to the .htaccess file:
Here are my cache settings:
Users who have LiteSpeed Cache enabled are not able to login to their WordPress dashboards. What am I doing wrong?
Code:
<IfModule LiteSpeed>
CacheEnable public /
</IfModule>
RewriteEngine on
RewriteCond %{REQUEST_METHOD} ^(HEAD|GET)$
RewriteCond %{REQUEST_URI} !^(wp-admin|wp-login.php|wp-cron.php)
RewriteRule .* - [E=Cache-Control:max-age=180]
Code:
Enable Cache No
Max Object Size Not Set
Cache Expire Time (seconds) Not Set
Cache Stale Age (seconds) Not Set
Cache Request with Query String Yes
Cache Request with Cookie Yes
Cache Response with Cookie Yes
Ignore Request Cache-Control Yes
Ignore Response Cache-Control Yes
Enable Private Cache No
Private Cache Expire Time (seconds) Not Set
Last edited by a moderator: