Title: Plugin not compatible with LSCache
Last modified: May 4, 2020

---

# Plugin not compatible with LSCache

 *  Resolved [noknokcody](https://wordpress.org/support/users/noknokcody/)
 * (@noknokcody)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-compatible-with-lscache/)
 * Hi I’m trying to use the Varied Image Response featured with LSCache plugin install
   and it appears that WebP Express htaccess rules aren’t being written to file 
   nor are images being served as WebP.
 * This is my htaccess file after saving.
 *     ```
       # 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 NON_LSCACHE
       ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
       ### marker MINIFY start ###
       <IfModule mod_rewrite.c>
       RewriteEngine on
       RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} ^(.*)/min/(\w+)\.(css|js)$
       RewriteCond %1/wp-content/cache/$2/$1.$2 -f
       RewriteRule min/(\w+)\.(css|js) wp-content/cache/$2/$1.$2 [L]
       </IfModule>
       ### marker MINIFY end ###
   
       ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
       # END NON_LSCACHE
       # BEGIN WordPress
   
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
   
       # END WordPress
       # BEGIN WebP Express
       # The directives (lines) between <code>BEGIN WebP Express</code> and <code>END WebP Express</code> are
       # dynamically generated, and should only be modified via WordPress filters.
       # Any changes to the directives between these markers will be overwritten.
       # The rules have left the building
       # END WebP Express
       ```
   
 * Any help would be greatly appreciated.

The topic ‘Plugin not compatible with LSCache’ is closed to new replies.

 * ![](https://ps.w.org/webp-express/assets/icon.svg?rev=1918288)
 * [WebP Express](https://wordpress.org/plugins/webp-express/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/webp-express/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/webp-express/)
 * [Active Topics](https://wordpress.org/support/plugin/webp-express/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/webp-express/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/webp-express/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [noknokcody](https://wordpress.org/support/users/noknokcody/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/plugin-not-compatible-with-lscache/)
 * Status: resolved