DEV Community

Wp Speed Expert
Wp Speed Expert

Posted on

LiteSpeed Turbo Active Code


CacheEnable public
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^GET|HEAD$
RewriteCond %{HTTP_HOST} ^site.com [NC]
RewriteCond %{REQUEST_URI} !login|admin|register|post|cron
RewriteCond %{QUERY_STRING} !nocache
RewriteRule .* - [E=Cache-Control:max-age=300]

Follow:https://www.fiverr.com/share/3baY3x

Top comments (0)