From 8cb5bb2efd9c6f8c17046bbbfecc44199218cc39 Mon Sep 17 00:00:00 2001 From: Tim LSC Date: Tue, 18 Feb 2025 14:28:53 +0200 Subject: [PATCH] Htaccess change --- src/htaccess.cls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htaccess.cls.php b/src/htaccess.cls.php index d971c982d..a07fa2883 100644 --- a/src/htaccess.cls.php +++ b/src/htaccess.cls.php @@ -561,7 +561,7 @@ private function _generate_rules($cfg) if (LITESPEED_SERVER_TYPE === 'LITESPEED_SERVER_OLS') { // Need to keep this due to different behavior of OLS when handling response vary header @Sep/22/2018 if (defined('COOKIEHASH')) { - $vary_cookies[] = ',wp-postpass_' . COOKIEHASH; + $vary_cookies[] = 'wp-postpass_' . COOKIEHASH; } } $vary_cookies = apply_filters('litespeed_vary_cookies', $vary_cookies); // todo: test if response vary header can work in latest OLS, drop the above two lines