Skip to content

Instantly share code, notes, and snippets.

@imantsk
imantsk / .htaccess
Last active March 27, 2024 08:40
thank me later
# LSCACHE Fix for wp-admin
<IfModule LiteSpeed>
RewriteEngine on
RewriteCond %{REQUEST_URI} wp-admin/.* [NC]
RewriteRule .* - [E=Cache-Control:no-cache]
</IfModule>