Facebook
From NowMeee, 2 Weeks ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 98
  1. # BEGIN LSCACHE
  2. ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
  3. <IfModule LiteSpeed>
  4. RewriteEngine on
  5. CacheLookup on
  6. RewriteRule .* - [E=Cache-Control:no-autoflush]
  7. RewriteRule \.litespeed_conf\.dat - [F,L]
  8.  
  9. ### marker CACHE RESOURCE start ###
  10. RewriteRule wp-content/.*/[^/]*(responsive|css|js|dynamic|loader|fonts)\.php - [E=cache-control:max-age=3600]
  11. ### marker CACHE RESOURCE end ###
  12.  
  13. ### marker FAVICON start ###
  14. RewriteRule favicon\.ico$ - [E=cache-control:max-age=86400]
  15. ### marker FAVICON end ###
  16.  
  17. ### marker DROPQS start ###
  18. CacheKeyModify -qs:fbclid
  19. CacheKeyModify -qs:gclid
  20. CacheKeyModify -qs:utm*
  21. CacheKeyModify -qs:_ga
  22. ### marker DROPQS end ###
  23.  
  24. </IfModule>
  25. ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
  26. # END LSCACHE
  27. # BEGIN NON_LSCACHE
  28. ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
  29. ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ##
  30. # END NON_LSCACHE
  31. <IfModule mod_rewrite.c>
  32. RewriteEngine On
  33. RewriteBase /
  34. RewriteRule ^index.php$ - [L]
  35. RewriteCond %{REQUEST_FILENAME} !-f
  36. RewriteCond %{REQUEST_FILENAME} !-d
  37. RewriteRule . index.php [L]
  38. </IfModule>
  39.  
  40. # BEGIN WordPress
  41. # The directives (lines) between `BEGIN WordPress` and `END WordPress` are
  42. # dynamically generated, and should only be modified via WordPress filters.
  43. # Any changes to the directives between these markers will be overwritten.
  44. <IfModule mod_rewrite.c>
  45. RewriteEngine On
  46. RewriteBase /
  47. RewriteRule ^index\.php$ - [L]
  48. RewriteCond %{REQUEST_FILENAME} !-f
  49. RewriteCond %{REQUEST_FILENAME} !-d
  50. RewriteRule . /index.php [L]
  51. </IfModule>
  52.  
  53. # END WordPress