Last active
May 13, 2016 19:25
-
-
Save ntorga/d7d8c484036f03e02199 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule LiteSpeed> | |
RewriteEngine on | |
RewriteCond %{REQUEST_METHOD} ^(HEAD|GET)$ | |
RewriteCond %{REQUEST_URI} !^/(wp-admin|wp-login.php|wp-cron.php|xmlrpc\.php) | |
RewriteCond %{HTTP_COOKIE} !(comment_author_|wordpressuser_|wp-postpass_|wordpress_logged_in_|wp_woocommerce_session_|wordpress_test_cookie) | |
RewriteRule .* - [E=Cache-Control:max-age=120] | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment